Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp443 SmallInstructionVector LoopIncs; member
756 LoopIncs.push_back(cast<Instruction>(I)); in collectPossibleRoots()
838 if (is_contained(LoopIncs, I)) in findRootsRecursive()
951 LoopIncs.push_back(cast<Instruction>(IVU)); in findRoots()
954 LoopIncs.push_back(IV); in findRoots()
1002 Exclude.insert(LoopIncs.begin(), LoopIncs.end()); in collectUsedInstructions()
1044 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()