Lines Matching defs:growOperands
194 /// growOperands - grow operands - This grows the operand list in response
198 void PHINode::growOperands() {
280 /// growOperands - grow operands - This grows the operand list in response to a
282 void LandingPadInst::growOperands(unsigned Size) {
291 growOperands(1);
1092 /// growOperands - grow operands - This grows the operand list in response to a
1094 void CatchSwitchInst::growOperands(unsigned Size) {
1105 growOperands(1);
4051 growOperands(); // Get more space!
4084 /// growOperands - grow operands - This grows the operand list in response
4087 void SwitchInst::growOperands() {
4221 /// growOperands - grow operands - This grows the operand list in response
4224 void IndirectBrInst::growOperands() {
4256 growOperands(); // Get more space!