Home | History | Annotate | Download | only in IR

Lines Matching refs:growOperands

138 /// growOperands - grow operands - This grows the operand list in response
142 void PHINode::growOperands() {
235 /// growOperands - grow operands - This grows the operand list in response to a
237 void LandingPadInst::growOperands(unsigned Size) {
253 growOperands(1);
3398 growOperands(); // Get more space!
3429 /// growOperands - grow operands - This grows the operand list in response
3432 void SwitchInst::growOperands() {
3472 /// growOperands - grow operands - This grows the operand list in response
3475 void IndirectBrInst::growOperands() {
3521 growOperands(); // Get more space!