Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/
H A DUnifyLoopExits.cpp32 struct UnifyLoopExitsLegacyPass : public FunctionPass { struct
34 UnifyLoopExitsLegacyPass() : FunctionPass(ID) { in UnifyLoopExitsLegacyPass() argument
51 char UnifyLoopExitsLegacyPass::ID = 0;
54 return new UnifyLoopExitsLegacyPass(); in createUnifyLoopExitsPass()
57 INITIALIZE_PASS_BEGIN(UnifyLoopExitsLegacyPass, "unify-loop-exits",
63 INITIALIZE_PASS_END(UnifyLoopExitsLegacyPass, "unify-loop-exits", in INITIALIZE_PASS_DEPENDENCY()
222 bool UnifyLoopExitsLegacyPass::runOnFunction(Function &F) { in runOnFunction()