Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp105 class ControlHeightReductionLegacyPass : public FunctionPass { class
109 ControlHeightReductionLegacyPass() : FunctionPass(ID) { in ControlHeightReductionLegacyPass() function in __anon566c75c30111::ControlHeightReductionLegacyPass
126 char ControlHeightReductionLegacyPass::ID = 0;
128 INITIALIZE_PASS_BEGIN(ControlHeightReductionLegacyPass,
136 INITIALIZE_PASS_END(ControlHeightReductionLegacyPass, in INITIALIZE_PASS_DEPENDENCY()
142 return new ControlHeightReductionLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
2069 bool ControlHeightReductionLegacyPass::runOnFunction(Function &F) { in runOnFunction()