Searched refs:PossibleRedSet (Results 1 – 1 of 1) sorted by relevance
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
| H A D | LoopRerollPass.cpp | 279 SmallInstructionSet &PossibleRedSet, in restrictToScale() 291 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale() 294 PossibleRedSet.insert(J); in restrictToScale() 416 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet); 1019 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument 1036 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions() 1044 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1074 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions() 1165 SmallInstructionSet PossibleRedSet; in validate() local 1168 Reductions.restrictToScale(Scale, PossibleRedSet, in validate() [all …]
|