Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineInstr.cpp2218 SmallVector<const MachineOperand *> SpillOperands; in computeExprForSpill() local
2220 SpillOperands.push_back(&Op); in computeExprForSpill()
2221 return computeExprForSpill(MI, SpillOperands); in computeExprForSpill()