Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLoopRerollPass.cpp247 SmallInstructionSet &PossibleRedSet, in restrictToScale()
259 PossibleRedSet.insert(PossibleReds[i].getPHI()); in restrictToScale()
262 PossibleRedSet.insert(J); in restrictToScale()
380 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet);
1003 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { in collectUsedInstructions() argument
1020 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); in collectUsedInstructions()
1028 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1058 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); in collectUsedInstructions()
1144 SmallInstructionSet PossibleRedSet; in validate() local
1147 Reductions.restrictToScale(Scale, PossibleRedSet, in validate()
[all …]