Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp278 SmallInstructionSet &PossibleRedSet, in restrictToScale()
290 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale()
293 PossibleRedSet.insert(J); in restrictToScale()
415 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
1023 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument
1040 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions()
1048 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1078 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1169 SmallInstructionSet PossibleRedSet; in validate() local
1172 Reductions.restrictToScale(Scale, PossibleRedSet, in validate()
[all …]