Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineInstr.cpp241 OperandCapacity OldCap = CapOperands; in addOperand() local
243 if (!OldOperands || OldCap.getSize() == getNumOperands()) { in addOperand()
244 CapOperands = OldOperands ? OldCap.getNext() : OldCap.get(1); in addOperand()
259 MF.deallocateOperandArray(OldCap, OldOperands); in addOperand()