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

/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1541 bool FindIVUserForCond(ICmpInst *Cond, IVStrideUse *&CondUse);
1765 /// FindIVUserForCond - If Cond has an operand that is an expression of an IV,
1768 bool LSRInstance::FindIVUserForCond(ICmpInst *Cond, IVStrideUse *&CondUse) { function in class:LSRInstance
1969 if (!FindIVUserForCond(Cond, CondUse))

Completed in 181 milliseconds