Searched refs:UnifyLoopExitsLegacyPass (Results 1 – 1 of 1) sorted by relevance
41 struct UnifyLoopExitsLegacyPass : public FunctionPass { struct43 UnifyLoopExitsLegacyPass() : FunctionPass(ID) { in UnifyLoopExitsLegacyPass() function58 char UnifyLoopExitsLegacyPass::ID = 0;61 return new UnifyLoopExitsLegacyPass(); in createUnifyLoopExitsPass()64 INITIALIZE_PASS_BEGIN(UnifyLoopExitsLegacyPass, "unify-loop-exits",69 INITIALIZE_PASS_END(UnifyLoopExitsLegacyPass, "unify-loop-exits", in INITIALIZE_PASS_DEPENDENCY()215 bool UnifyLoopExitsLegacyPass::runOnFunction(Function &F) { in runOnFunction()