Searched defs:OpsAndLoops (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp717 SmallVector<std::pair<const Loop *, const SCEV *>, 8> OpsAndLoops; local
720 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
724 std::stable_sort(OpsAndLoops.begin(), OpsAndLoops.end(), LoopCompare(*SE.DT));
730 I = OpsAndLoops.begin(), E = OpsAndLoops.end(); I != E; ) {
786 SmallVector<std::pair<const Loop *, const SCEV *>, 8> OpsAndLoops; local
789 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
792 std::stable_sort(OpsAndLoops.begin(), OpsAndLoops
[all...]

Completed in 31 milliseconds