Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCalcSpillWeights.cpp255 if (TII.isUnspillableTerminator(MI) && in weightCalcHelper()
H A DPHIElimination.cpp555 if (SrcRegDef && TII->isUnspillableTerminator(SrcRegDef)) { in LowerPHINode()
H A DMachineVerifier.cpp2167 if (TII->isUnspillableTerminator(MI)) { in visitMachineInstrBefore()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h372 bool isUnspillableTerminator(const MachineInstr *MI) const { in isUnspillableTerminator() function