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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DControlHeightReduction.cpp104 class ControlHeightReductionLegacyPass : public FunctionPass { class in namespace:__anon5587
108 ControlHeightReductionLegacyPass() : FunctionPass(ID) { function in class:__anon5587::ControlHeightReductionLegacyPass
125 char ControlHeightReductionLegacyPass::ID = 0;
127 INITIALIZE_PASS_BEGIN(ControlHeightReductionLegacyPass,
135 INITIALIZE_PASS_END(ControlHeightReductionLegacyPass,
141 return new ControlHeightReductionLegacyPass();
2080 bool ControlHeightReductionLegacyPass::runOnFunction(Function &F) {

Completed in 101 milliseconds