Searched refs:PossibleRedSet (Results 1 – 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
D | LoopRerollPass.cpp | 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() [all …]
|