Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp442 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
578 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument
613 PossibleIVs.push_back(&*I); in collectPossibleIVs()
1726 SmallInstructionVector PossibleIVs; in runOnLoop() local
1729 collectPossibleIVs(L, PossibleIVs); in runOnLoop()
1731 if (PossibleIVs.empty()) { in runOnLoop()
1742 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()