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

/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp652 /// isExistingPhi - Return true if this AddRec is already a phi in its loop.
653 static bool isExistingPhi(const SCEVAddRecExpr *AR, ScalarEvolution &SE) { function
729 if (isExistingPhi(AR, SE))
839 if (isExistingPhi(AR, SE))

Completed in 176 milliseconds