Searched refs:ControlHeightReductionLegacyPass (Results 1 – 1 of 1) sorted by relevance
105 class ControlHeightReductionLegacyPass : public FunctionPass { class109 ControlHeightReductionLegacyPass() : FunctionPass(ID) { in ControlHeightReductionLegacyPass() function in __anon566c75c30111::ControlHeightReductionLegacyPass126 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()