Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DCalcSpillWeights.cpp234 if (TII.isUnspillableTerminator(MI) && MI->definesRegister(LI.reg())) { in weightCalcHelper()
DPHIElimination.cpp458 if (SrcRegDef && TII->isUnspillableTerminator(SrcRegDef)) { in LowerPHINode()
DMachineVerifier.cpp1777 if (TII->isUnspillableTerminator(MI)) { in visitMachineInstrBefore()
/openbsd/src/gnu/llvm/llvm/include/llvm/CodeGen/
DTargetInstrInfo.h363 bool isUnspillableTerminator(const MachineInstr *MI) const { in isUnspillableTerminator() function