Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp466 SmallInstructionVector LoopIncs; member
795 LoopIncs.push_back(cast<Instruction>(I)); in collectPossibleRoots()
877 if (is_contained(LoopIncs, I)) in findRootsRecursive()
988 LoopIncs.push_back(cast<Instruction>(IVU)); in findRoots()
991 LoopIncs.push_back(IV); in findRoots()
1039 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1081 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()