Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DLoopUtils.h186 bool isAlmostDeadIV(PHINode *IV, BasicBlock *LatchBlock, Value *Cond);
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp890 if (BestPhi && !isAlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter()
892 if (isAlmostDeadIV(Phi, LatchBlock, Cond)) in FindLoopCounter()
H A DLoopStrengthReduce.cpp7119 if (!isAlmostDeadIV(ToFold, LoopLatch, TermCond)) in canFoldTermCondOfLoop()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopUtils.cpp469 bool llvm::isAlmostDeadIV(PHINode *PN, BasicBlock *LatchBlock, Value *Cond) { in isAlmostDeadIV() function in llvm