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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp128 /// joinIntervals - Attempt to join these two intervals. On failure, this
131 bool joinIntervals(CoalescerPair &CP);
1017 if (!joinIntervals(CP)) {
1056 // CopyMI has been erased by joinIntervals at this point. Remove it from
2029 /// joinIntervals - Attempt to join these two intervals. On failure, this
2031 bool RegisterCoalescer::joinIntervals(CoalescerPair &CP) { function in class:RegisterCoalescer

Completed in 114 milliseconds