Searched defs:PossibleRedSet (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/Transforms/Scalar/ |
H A D | LoopRerollPass.cpp | 247 SmallInstructionSet &PossibleRedSet, 259 PossibleRedSet.insert(PossibleReds[i].getPHI()); 262 PossibleRedSet.insert(J); 380 bool collectUsedInstructions(SmallInstructionSet &PossibleRedSet); 1003 bool LoopReroll::DAGRootTracker::collectUsedInstructions(SmallInstructionSet &PossibleRedSet) { argument 1020 collectInLoopUserSet(DRS.BaseInst, Exclude, PossibleRedSet, VBase); 1028 collectInLoopUserSet(Root, Exclude, PossibleRedSet, V); 1058 collectInLoopUserSet(LoopIncs, Exclude, PossibleRedSet, V); 1144 SmallInstructionSet PossibleRedSet; local 1147 Reductions.restrictToScale(Scale, PossibleRedSet, 246 restrictToScale(uint64_t Scale, SmallInstructionSet &PossibleRedSet, SmallInstructionSet &PossibleRedPHISet, SmallInstructionSet &PossibleRedLastSet) argument [all...] |
Completed in 109 milliseconds