Searched refs:PossibleRedSet (Results 1 – 1 of 1) sorted by relevance
| /netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 283 SmallInstructionSet &PossibleRedSet, in restrictToScale() 295 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale() 298 PossibleRedSet.insert(J); in restrictToScale() 420 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet); 1026 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument 1043 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions() 1051 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1081 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1172 SmallInstructionSet PossibleRedSet; in validate() local 1175 Reductions.restrictToScale(Scale, PossibleRedSet, in validate() [all …]
|