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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp1659 // DepthMBBCompare - Comparison predicate that sort first based on the loop
1661 struct DepthMBBCompare { struct in namespace:__anon7394
1762 std::sort(MBBs.begin(), MBBs.end(), DepthMBBCompare());

Completed in 61 milliseconds