Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp462 SmallInstructionVector LoopIncs; member
786 LoopIncs.push_back(cast<Instruction>(I)); in collectPossibleRoots()
868 if (is_contained(LoopIncs, I)) in findRootsRecursive()
981 LoopIncs.push_back(cast<Instruction>(IVU)); in findRoots()
984 LoopIncs.push_back(IV); in findRoots()
1032 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1074 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()