Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineInstr.cpp776 OperandCapacity OldCap = CapOperands; in addOperand() local
778 if (!OldOperands || OldCap.getSize() == getNumOperands()) { in addOperand()
779 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()
794 MF.deallocateOperandArray(OldCap, OldOperands); in addOperand()