Lines Matching refs:getNumSuccessors
2275 unsigned getNumSuccessors() const { return 0; }
2358 unsigned getNumSuccessors() const { return 1+isConditional(); }
2361 assert(i < getNumSuccessors() && "Successor # out of range for Branch!");
2366 assert(idx < getNumSuccessors() && "Successor # out of range for Branch!");
2511 unsigned getNumSuccessors() const { return getNumOperands()/2; }
2513 assert(idx < getNumSuccessors() &&"Successor idx out of range for switch!");
2517 assert(idx < getNumSuccessors() && "Successor # out of range for switch!");
2524 assert(idx < getNumSuccessors() && "Successor # out of range!");
2531 assert(idx < getNumSuccessors() && "Successor # out of range!");
2626 unsigned getNumSuccessors() const { return getNumOperands()-1; }
2840 unsigned getNumSuccessors() const { return 2; }
2912 unsigned getNumSuccessors() const { return 0; }
2956 unsigned getNumSuccessors() const { return 0; }
3001 unsigned getNumSuccessors() const { return 0; }