Lines Matching refs:PossibleRedSet
283 SmallInstructionSet &PossibleRedSet, in restrictToScale()
295 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale()
298 PossibleRedSet.insert(J); in restrictToScale()
420 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
1028 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument
1045 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions()
1053 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1083 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1174 SmallInstructionSet PossibleRedSet; in validate() local
1177 Reductions.restrictToScale(Scale, PossibleRedSet, in validate()
1181 if (!collectUsedInstructions(PossibleRedSet)) in validate()