Home
last modified time | relevance | path

Searched defs:isPhys (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegisterCoalescer.h81 bool isPhys() const { return !NewRC; } in isPhys() function
H A DMachineInstr.cpp1043 bool isPhys = Register::isPhysicalRegister(Reg); in findRegisterDefOperandIdx() local