Home
last modified time | relevance | path

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

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