Home
last modified time | relevance | path

Searched refs:ConstantHoistingLegacyPass (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp101 class ConstantHoistingLegacyPass : public FunctionPass { class
105 ConstantHoistingLegacyPass() : FunctionPass(ID) { in ConstantHoistingLegacyPass() function in __anon8f99be120111::ConstantHoistingLegacyPass
128 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()