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

/external/llvm/lib/Analysis/
H A DScalarEvolutionExpander.cpp709 SmallVector<std::pair<const Loop *, const SCEV *>, 8> OpsAndLoops; local
712 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
716 std::stable_sort(OpsAndLoops.begin(), OpsAndLoops.end(), LoopCompare(*SE.DT));
722 I = OpsAndLoops.begin(), E = OpsAndLoops.end(); I != E; ) {
778 SmallVector<std::pair<const Loop *, const SCEV *>, 8> OpsAndLoops; local
781 OpsAndLoops.push_back(std::make_pair(getRelevantLoop(*I), *I));
784 std::stable_sort(OpsAndLoops.begin(), OpsAndLoops
[all...]

Completed in 107 milliseconds