Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp423 SmallInstructionVector LoopIncs; member
798 LoopIncs.push_back(cast<Instruction>(I)); in collectPossibleRoots()
881 if (std::find(LoopIncs.begin(), LoopIncs.end(), I) != LoopIncs.end()) in findRootsRecursive()
941 LoopIncs.push_back(cast<Instruction>(IVU)); in findRoots()
945 LoopIncs.push_back(IV); in findRoots()
1016 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1058 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1447 for (auto *LoopInc : LoopIncs) { in updateNonLoopCtrlIncr()