Lines Matching refs:PossibleRedSet
278 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()
1176 if (!collectUsedInstructions(PossibleRedSet)) in validate()