Searched defs:getNumSuccessors (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/IR/
H A DInstrTypes.h57 /// getNumSuccessors - Return the number of successors that this terminator
59 unsigned getNumSuccessors() const { function in class:llvm::TerminatorInst
H A DInstructions.h2416 unsigned getNumSuccessors() const { return 0; } function in class:llvm::ReturnInst
2499 unsigned getNumSuccessors() const { return 1+isConditional(); } function in class:llvm::BranchInst
2502 assert(i < getNumSuccessors() && "Successor # out of range for Branch!");
2507 assert(idx < getNumSuccessors() && "Successor # out of range for Branch!");
2599 assert(SuccessorIndex < SI->getNumSuccessors() &&
2816 unsigned getNumSuccessors() const { return getNumOperands()/2; } function in class:llvm::SwitchInst
2818 assert(idx < getNumSuccessors() &&"Successor idx out of range for switch!");
2822 assert(idx < getNumSuccessors() && "Successor # out of range for switch!");
2916 unsigned getNumSuccessors() const { return getNumOperands()-1; }
3160 unsigned getNumSuccessors() cons
3241 unsigned getNumSuccessors() const { return 0; } function in class:llvm::InvokeInst::ResumeInst
3285 unsigned getNumSuccessors() const { return 0; } function in class:llvm::InvokeInst::UnreachableInst
[all...]

Completed in 115 milliseconds