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);
3295 growOperands(); // Get more space!
3339 /// growOperands - grow operands - This grows the operand list in response
3342 void SwitchInst::growOperands() {
3382 /// growOperands - grow operands - This grows the operand list in response
3385 void IndirectBrInst::growOperands() {
3431 growOperands(); // Get more space!