Home
last modified time | relevance | path

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

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