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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp139 /// joinIntervals - Attempt to join these two intervals. On failure, this
142 bool joinIntervals(CoalescerPair &CP);
1103 if (!joinIntervals(CP)) {
1141 // CopyMI has been erased by joinIntervals at this point. Remove it from
2024 /// joinIntervals - Attempt to join these two intervals. On failure, this
2026 bool RegisterCoalescer::joinIntervals(CoalescerPair &CP) { function in class:RegisterCoalescer

Completed in 51 milliseconds