HomeSort by relevance Sort by last modified time
    Searched refs:isPhys (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/CodeGen/
RegisterCoalescer.h 75 /// isPhys - Return true if DstReg is a physical register.
76 bool isPhys() const { return !NewRC; }
RegisterCoalescer.cpp 591 if (CP.isPhys() && CP.isFlipped())
    [all...]
MachineInstr.cpp     [all...]
RegAllocPBQP.cpp 414 if (cp.isPhys()) {

Completed in 39 milliseconds