Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp40 struct UnifyLoopExitsLegacyPass : public FunctionPass { struct
42 UnifyLoopExitsLegacyPass() : FunctionPass(ID) { in UnifyLoopExitsLegacyPass() argument
59 char UnifyLoopExitsLegacyPass::ID = 0;
62 return new UnifyLoopExitsLegacyPass(); in createUnifyLoopExitsPass()
65 INITIALIZE_PASS_BEGIN(UnifyLoopExitsLegacyPass, "unify-loop-exits",
71 INITIALIZE_PASS_END(UnifyLoopExitsLegacyPass, "unify-loop-exits", in INITIALIZE_PASS_DEPENDENCY()
231 bool UnifyLoopExitsLegacyPass::runOnFunction(Function &F) { in runOnFunction()