Home
last modified time | relevance | path

Searched refs:canJoinPhys (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.cpp294 bool canJoinPhys(const CoalescerPair &CP);
1809 bool RegisterCoalescer::canJoinPhys(const CoalescerPair &CP) { in canJoinPhys() function in RegisterCoalescer
1969 if (!canJoinPhys(CP)) { in joinCopy()