Home
last modified time | relevance | path

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

/external/llvm/lib/IR/
DInstructions.cpp131 void PHINode::growOperands() { in growOperands() function in PHINode
208 void LandingPadInst::growOperands(unsigned Size) { in growOperands() function in LandingPadInst
217 growOperands(1); in addClause()
920 void CatchSwitchInst::growOperands(unsigned Size) { in growOperands() function in CatchSwitchInst
931 growOperands(1); in addHandler()
3638 growOperands(); // Get more space! in addCase()
3672 void SwitchInst::growOperands() { in growOperands() function in SwitchInst
3709 void IndirectBrInst::growOperands() { in growOperands() function in IndirectBrInst
3747 growOperands(); // Get more space! in addDestination()
/external/llvm/include/llvm/IR/
DInstructions.h2571 growOperands(); // Get more space!
2623 void growOperands();
2659 void growOperands(unsigned Size);
2719 void reserveClauses(unsigned Size) { growOperands(Size); }
2934 void growOperands();
3241 void growOperands();
3841 void growOperands(unsigned Size);