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

/freebsd-10.1-release/contrib/llvm/lib/Analysis/
H A DScalarEvolution.cpp456 /// SCEVComplexityCompare - Return true if the complexity of the LHS is less
459 class SCEVComplexityCompare { class in namespace:__anon2201
462 explicit SCEVComplexityCompare(const LoopInfo *li) : LI(li) {} function in class:__anon2201::SCEVComplexityCompare
646 if (SCEVComplexityCompare(LI)(RHS, LHS))
652 std::stable_sort(Ops.begin(), Ops.end(), SCEVComplexityCompare(LI));

Completed in 85 milliseconds