Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp255 if (TII.isUnspillableTerminator(MI) && MI->definesRegister(LI.reg())) { in weightCalcHelper()
H A DPHIElimination.cpp478 if (SrcRegDef && TII->isUnspillableTerminator(SrcRegDef)) { in LowerPHINode()
H A DMachineVerifier.cpp1881 if (TII->isUnspillableTerminator(MI)) { in visitMachineInstrBefore()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h370 bool isUnspillableTerminator(const MachineInstr *MI) const { in isUnspillableTerminator() function