Searched refs:isAlmostDeadIV (Results 1 – 4 of 4) sorted by relevance
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/ |
H A D | LoopUtils.h | 186 bool isAlmostDeadIV(PHINode *IV, BasicBlock *LatchBlock, Value *Cond);
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 890 if (BestPhi && !isAlmostDeadIV(BestPhi, LatchBlock, Cond)) { in FindLoopCounter() 892 if (isAlmostDeadIV(Phi, LatchBlock, Cond)) in FindLoopCounter()
|
H A D | LoopStrengthReduce.cpp | 7119 if (!isAlmostDeadIV(ToFold, LoopLatch, TermCond)) in canFoldTermCondOfLoop()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | LoopUtils.cpp | 469 bool llvm::isAlmostDeadIV(PHINode *PN, BasicBlock *LatchBlock, Value *Cond) { in isAlmostDeadIV() function in llvm
|