Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp260 SmallInstructionSet &PossibleRedSet, in restrictToScale()
272 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale()
275 PossibleRedSet.insert(J); in restrictToScale()
397 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
989 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument
1006 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions()
1014 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1044 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1135 SmallInstructionSet PossibleRedSet; in validate() local
1138 Reductions.restrictToScale(Scale, PossibleRedSet, in validate()
[all …]