Lines Matching refs:PossibleRedSet
247 SmallInstructionSet &PossibleRedSet, in restrictToScale()
259 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale()
262 PossibleRedSet.insert(J); in restrictToScale()
380 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
1003 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument
1020 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions()
1028 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1058 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1144 SmallInstructionSet PossibleRedSet; in validate() local
1147 Reductions.restrictToScale(Scale, PossibleRedSet, in validate()
1151 if (!collectUsedInstructions(PossibleRedSet)) in validate()