Searched refs:growOperands (Results 1 - 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DMemorySSA.h567 growOperands(); // Get more space!
655 void growOperands() { function in class:llvm::final
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DInstructions.cpp141 /// growOperands - grow operands - This grows the operand list in response
145 void PHINode::growOperands() { function in class:PHINode
238 /// growOperands - grow operands - This grows the operand list in response to a
240 void LandingPadInst::growOperands(unsigned Size) { function in class:LandingPadInst
249 growOperands(1);
1041 /// growOperands - grow operands - This grows the operand list in response to a
1043 void CatchSwitchInst::growOperands(unsigned Size) { function in class:CatchSwitchInst
1054 growOperands(1);
3839 growOperands(); // Get more space!
3872 /// growOperands
3875 void SwitchInst::growOperands() { function in class:SwitchInst
4025 void IndirectBrInst::growOperands() { function in class:IndirectBrInst
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DInstructions.h2706 growOperands(); // Get more space!
2776 void growOperands();
2818 void growOperands(unsigned Size);
2874 void reserveClauses(unsigned Size) { growOperands(Size); }
3154 void growOperands();
3552 void growOperands();
4251 void growOperands(unsigned Size);

Completed in 270 milliseconds