Home
last modified time | relevance | path

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

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