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

/external/llvm/include/llvm/
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.h2318 unsigned getNumSuccessors() const { return 0; } function in class:llvm::ReturnInst
2401 unsigned getNumSuccessors() const { return 1+isConditional(); } function in class:llvm::BranchInst
2404 assert(i < getNumSuccessors() && "Successor # out of range for Branch!");
2409 assert(idx < getNumSuccessors() && "Successor # out of range for Branch!");
2636 unsigned getNumSuccessors() const { return getNumOperands()/2; } function in class:llvm::SwitchInst
2638 assert(idx < getNumSuccessors() &&"Successor idx out of range for switch!");
2642 assert(idx < getNumSuccessors() && "Successor # out of range for switch!");
2694 assert(SuccessorIndex < SI->getNumSuccessors() &&
2922 unsigned getNumSuccessors() const { return getNumOperands()-1; } function in class:llvm::IndirectBrInst
3141 unsigned getNumSuccessors() cons
3221 unsigned getNumSuccessors() const { return 0; } function in class:llvm::InvokeInst::ResumeInst
3266 unsigned getNumSuccessors() const { return 0; } function in class:llvm::InvokeInst::UnreachableInst
[all...]

Completed in 87 milliseconds