Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp461 SmallInstructionVector LoopIncs; member
790 LoopIncs.push_back(cast<Instruction>(I)); in collectPossibleRoots()
872 if (is_contained(LoopIncs, I)) in findRootsRecursive()
985 LoopIncs.push_back(cast<Instruction>(IVU)); in findRoots()
988 LoopIncs.push_back(IV); in findRoots()
1036 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1078 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()