Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstantHoisting.cpp99 class ConstantHoistingLegacyPass : public FunctionPass { class
103 ConstantHoistingLegacyPass() : FunctionPass(ID) { in ConstantHoistingLegacyPass() function in __anonb6ab09b90111::ConstantHoistingLegacyPass
126 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()