Searched refs:AlmostDeadIV (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1695 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { function
1778 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) {
1780 if (AlmostDeadIV(Phi, LatchBlock, Cond))

Completed in 105 milliseconds