Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp478 void collectPossibleIVs(Loop *L, SmallInstructionVector &PossibleIVs);
574 SmallInstructionVector &PossibleIVs) { in collectPossibleIVs() argument
601 PossibleIVs.push_back(&*I); in collectPossibleIVs()
1661 SmallInstructionVector PossibleIVs; in runOnLoop() local
1664 collectPossibleIVs(L, PossibleIVs); in runOnLoop()
1666 if (PossibleIVs.empty()) { in runOnLoop()
1677 for (Instruction *PossibleIV : PossibleIVs) in runOnLoop()
/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()