Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DEVLIndVarSimplify.cpp110 ICmpInst *OrigLatchCmp = L.getLatchCmpInst(); in run()
H A DLoopVectorize.cpp2461 auto *Cmp = L->getLatchCmpInst(); in addFullyUnrolledInstructionsToIgnore()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp175 ICmpInst *Loop::getLatchCmpInst() const { in getLatchCmpInst() function in Loop
187 ICmpInst *LatchCmpInst = L.getLatchCmpInst(); in findFinalIVValue()
301 ICmpInst *CmpInst = getLatchCmpInst(); in getInductionVariable()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h108 ICmpInst *getLatchCmpInst() const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopFlatten.cpp434 ICmpInst *Compare = L->getLatchCmpInst(); in findLoopComponents()