Home
last modified time | relevance | path

Searched refs:PossibleIVs (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp431 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
466 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument
489 PossibleIVs.push_back(&*I); in collectPossibleIVs()
1505 SmallInstructionVector PossibleIVs; in runOnLoop() local
1507 collectPossibleIVs(L, PossibleIVs); in runOnLoop()
1509 if (PossibleIVs.empty()) { in runOnLoop()
1519 for (SmallInstructionVector::iterator I = PossibleIVs.begin(), in runOnLoop()
1520 IE = PossibleIVs.end(); I != IE; ++I) in runOnLoop()