Lines Matching refs:PossibleRedSet
250 SmallInstructionSet &PossibleRedSet, in restrictToScale()
262 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale()
265 PossibleRedSet.insert(J); in restrictToScale()
381 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
878 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument
895 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions()
903 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions()
933 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1019 SmallInstructionSet PossibleRedSet; in validate() local
1022 Reductions.restrictToScale(Scale, PossibleRedSet, in validate()
1026 if (!collectUsedInstructions(PossibleRedSet)) in validate()