Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp1438 static bool isTiedToNotUndef(const MachineOperand &MO) { in isTiedToNotUndef() function
1489 if (isTiedToNotUndef(MO) || (MO.getSubReg() != 0 && !MO.isUndef())) in allocateInstruction()
1533 if (MO.isEarlyClobber() || isTiedToNotUndef(MO) || in allocateInstruction()
1579 if (isTiedToNotUndef(MO) || MO.isEarlyClobber()) in allocateInstruction()