Searched refs:UnifyLoopExitsLegacyPass (Results 1 – 1 of 1) sorted by relevance
34 struct UnifyLoopExitsLegacyPass : public FunctionPass { struct36 UnifyLoopExitsLegacyPass() : FunctionPass(ID) { in UnifyLoopExitsLegacyPass() function53 char UnifyLoopExitsLegacyPass::ID = 0;56 return new UnifyLoopExitsLegacyPass(); in createUnifyLoopExitsPass()59 INITIALIZE_PASS_BEGIN(UnifyLoopExitsLegacyPass, "unify-loop-exits",65 INITIALIZE_PASS_END(UnifyLoopExitsLegacyPass, "unify-loop-exits", in INITIALIZE_PASS_DEPENDENCY()224 bool UnifyLoopExitsLegacyPass::runOnFunction(Function &F) { in runOnFunction()