Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp2014 static ICmpInst *getLoopTest(Loop *L, BasicBlock *ExitingBB) { in getLoopTest() function
2031 ICmpInst *Cond = getLoopTest(L, ExitingBB); in needsLFTR()
2236 if (ICmpInst *Cond = getLoopTest(L, ExitingBB)) in FindLoopCounter()
2392 if (ICmpInst *LoopTest = getLoopTest(L, ExitingBB)) in linearFunctionTestReplace()