Searched refs:ConstantHoistingLegacyPass (Results 1 – 1 of 1) sorted by relevance
101 class ConstantHoistingLegacyPass : public FunctionPass { class105 ConstantHoistingLegacyPass() : FunctionPass(ID) { in ConstantHoistingLegacyPass() function in __anon8f99be120111::ConstantHoistingLegacyPass128 char ConstantHoistingLegacyPass::ID = 0;130 INITIALIZE_PASS_BEGIN(ConstantHoistingLegacyPass, "consthoist",136 INITIALIZE_PASS_END(ConstantHoistingLegacyPass, "consthoist", in INITIALIZE_PASS_DEPENDENCY()140 return new ConstantHoistingLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()144 bool ConstantHoistingLegacyPass::runOnFunction(Function &Fn) { in runOnFunction()