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

/external/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1262 /// AlmostDeadIV - Return true if this IV has any uses other than the (soon to
1264 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { function
1336 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) {
1338 if (AlmostDeadIV(Phi, LatchBlock, Cond))

Completed in 31 milliseconds