Home | History | Annotate | Download | only in IR

Lines Matching refs:growOperands

127 /// growOperands - grow operands - This grows the operand list in response
131 void PHINode::growOperands() {
224 /// growOperands - grow operands - This grows the operand list in response to a
226 void LandingPadInst::growOperands(unsigned Size) {
235 growOperands(1);
1036 /// growOperands - grow operands - This grows the operand list in response to a
1038 void CatchSwitchInst::growOperands(unsigned Size) {
1049 growOperands(1);
3741 growOperands(); // Get more space!
3772 /// growOperands - grow operands - This grows the operand list in response
3775 void SwitchInst::growOperands() {
3809 /// growOperands - grow operands - This grows the operand list in response
3812 void IndirectBrInst::growOperands() {
3850 growOperands(); // Get more space!