Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/IR/
H A DInstructions.cpp141 void PHINode::growOperands() { in growOperands() function in PHINode
236 void LandingPadInst::growOperands(unsigned Size) { in growOperands() function in LandingPadInst
245 growOperands(1); in addClause()
1180 void CatchSwitchInst::growOperands(unsigned Size) { in growOperands() function in CatchSwitchInst
1191 growOperands(1); in addHandler()
4367 growOperands(); // Get more space! in addCase()
4403 void SwitchInst::growOperands() { in growOperands() function in SwitchInst
4552 void IndirectBrInst::growOperands() { in growOperands() function in IndirectBrInst
4590 growOperands(); // Get more space! in addDestination()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DMemorySSA.h577 growOperands(); // Get more space!
665 void growOperands() {
/llvm-project-15.0.7/llvm/include/llvm/IR/
H A DInstructions.h2816 growOperands(); // Get more space!
2895 void growOperands();
2937 void growOperands(unsigned Size);
2992 void reserveClauses(unsigned Size) { growOperands(Size); }
3270 void growOperands();
3664 void growOperands();
4311 void growOperands(unsigned Size);