HomeSort by: relevance | last modified time | path
    Searched defs:growOperands (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h 567 growOperands(); // Get more space!
655 void growOperands() {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instructions.cpp 133 /// growOperands - grow operands - This grows the operand list in response
137 void PHINode::growOperands() {
230 /// growOperands - grow operands - This grows the operand list in response to a
232 void LandingPadInst::growOperands(unsigned Size) {
241 growOperands(1);
1141 /// growOperands - grow operands - This grows the operand list in response to a
1143 void CatchSwitchInst::growOperands(unsigned Size) {
1154 growOperands(1);
4058 growOperands(); // Get more space!
4091 /// growOperands - grow operands - This grows the operand list in respons
    [all...]

Completed in 57 milliseconds