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

/macosx-10.9.5/llvmCore-3425.0.33/lib/CodeGen/
H A DRegisterCoalescer.cpp145 /// hasOtherReachingDefs - Return true if there are definitions of IntB
147 bool hasOtherReachingDefs(LiveInterval &IntA, LiveInterval &IntB,
496 /// hasOtherReachingDefs - Return true if there are definitions of IntB
498 bool RegisterCoalescer::hasOtherReachingDefs(LiveInterval &IntA, function in class:RegisterCoalescer
602 if (hasOtherReachingDefs(IntA, IntB, AValNo, BValNo))

Completed in 67 milliseconds