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

/external/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp171 /// canJoinPhys - Return true if a physreg copy should be joined.
172 bool canJoinPhys(const CoalescerPair &CP);
939 /// canJoinPhys - Return true if a copy involving a physreg should be joined.
940 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { function in class:RegisterCoalescer
1015 if (!canJoinPhys(CP)) {

Completed in 125 milliseconds