Home
last modified time | relevance | path

Searched refs:PossibleRedSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRerollPass.cpp273 SmallInstructionSet &PossibleRedSet, in restrictToScale()
285 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale()
288 PossibleRedSet.insert(J); in restrictToScale()
410 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
1001 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument
1018 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions()
1026 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1056 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1141 SmallInstructionSet PossibleRedSet; in validate() local
1144 Reductions.restrictToScale(Scale, PossibleRedSet, in validate()
[all …]