Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegisterCoalescer.h81 bool isPhys() const { return !NewRC; } in isPhys() function
H A DMachineInstr.cpp1106 bool isPhys = Reg.isPhysical(); in findRegisterDefOperandIdx() local