Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp103 class ControlHeightReductionLegacyPass : public FunctionPass { class
107 ControlHeightReductionLegacyPass() : FunctionPass(ID) { in ControlHeightReductionLegacyPass() function in __anon5bb62add0111::ControlHeightReductionLegacyPass
124 char ControlHeightReductionLegacyPass::ID = 0;
126 INITIALIZE_PASS_BEGIN(ControlHeightReductionLegacyPass,
134 INITIALIZE_PASS_END(ControlHeightReductionLegacyPass, in INITIALIZE_PASS_DEPENDENCY()
140 return new ControlHeightReductionLegacyPass(); in INITIALIZE_PASS_DEPENDENCY()
2038 bool ControlHeightReductionLegacyPass::runOnFunction(Function &F) { in runOnFunction()