HomeSort by: relevance | last modified time | path
    Searched refs:isUnspillableTerminator (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
CalcSpillWeights.cpp 238 if (TII.isUnspillableTerminator(MI) && MI->definesRegister(LI.reg())) {
PHIElimination.cpp 445 if (SrcRegDef && TII->isUnspillableTerminator(SrcRegDef)) {
MachineVerifier.cpp 1621 if (TII->isUnspillableTerminator(MI)) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
TargetInstrInfo.h 354 bool isUnspillableTerminator(const MachineInstr *MI) const {

Completed in 73 milliseconds