Searched refs:MIIndexCompare (Results 1 - 1 of 1) sorted by relevance
/external/llvm/lib/CodeGen/ | ||
H A D | StrongPHIElimination.cpp | 181 struct MIIndexCompare { struct in namespace:__anon9542 182 MIIndexCompare(LiveIntervals *LiveIntervals) : LI(LiveIntervals) { } function in struct:__anon9542::MIIndexCompare 526 std::sort(DefInstrs.begin(), DefInstrs.end(), MIIndexCompare(LI)); |
Completed in 69 milliseconds