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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1316 /// AlmostDeadIV - Return true if this IV has any uses other than the (soon to
1318 static bool AlmostDeadIV(PHINode *Phi, BasicBlock *LatchBlock, Value *Cond) { function
1405 if (BestPhi && !AlmostDeadIV(BestPhi, LatchBlock, Cond)) {
1407 if (AlmostDeadIV(Phi, LatchBlock, Cond))

Completed in 114 milliseconds