Searched refs:ConstantHoistingLegacyPass (Results 1 – 1 of 1) sorted by relevance
99 class ConstantHoistingLegacyPass : public FunctionPass { class103 ConstantHoistingLegacyPass() : FunctionPass(ID) { in ConstantHoistingLegacyPass() function in __anonb6ab09b90111::ConstantHoistingLegacyPass126 char ConstantHoistingLegacyPass::ID = 0;128 INITIALIZE_PASS_BEGIN(ConstantHoistingLegacyPass, "consthoist",134 INITIALIZE_PASS_END(ConstantHoistingLegacyPass, "consthoist", in INITIALIZE_PASS_DEPENDENCY()138 return new ConstantHoistingLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()142 bool ConstantHoistingLegacyPass::runOnFunction(Function &Fn) { in runOnFunction()