Lines Matching refs:PossibleRedSet
273 SmallInstructionSet &PossibleRedSet, in restrictToScale()
285 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale()
288 PossibleRedSet.insert(J); in restrictToScale()
410 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
1001 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument
1018 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions()
1026 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1056 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1141 SmallInstructionSet PossibleRedSet; in validate() local
1144 Reductions.restrictToScale(Scale, PossibleRedSet, in validate()
1148 if (!collectUsedInstructions(PossibleRedSet)) in validate()