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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp677 SmallVector<std::pair<const Loop *, const SCEV *>, 8> OpsAndLoops; local
680 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
684 std::stable_sort(OpsAndLoops.begin(), OpsAndLoops.end(), LoopCompare(SE.DT));
689 for (auto I = OpsAndLoops.begin(), E = OpsAndLoops.end(); I != E;) {
745 SmallVector<std::pair<const Loop *, const SCEV *>, 8> OpsAndLoops; local
748 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
751 std::stable_sort(OpsAndLoops.begin(), OpsAndLoops
[all...]

Completed in 219 milliseconds