Lines Matching defs:growOperands
191 /// growOperands - grow operands - This grows the operand list in response
195 void PHINode::growOperands() {
277 /// growOperands - grow operands - This grows the operand list in response to a
279 void LandingPadInst::growOperands(unsigned Size) {
288 growOperands(1);
1055 /// growOperands - grow operands - This grows the operand list in response to a
1057 void CatchSwitchInst::growOperands(unsigned Size) {
1068 growOperands(1);
3948 growOperands(); // Get more space!
3981 /// growOperands - grow operands - This grows the operand list in response
3984 void SwitchInst::growOperands() {
4118 /// growOperands - grow operands - This grows the operand list in response
4121 void IndirectBrInst::growOperands() {
4152 growOperands(); // Get more space!