Searched refs:getNumDestinations (Results 1 - 6 of 6) sorted by relevance

/macosx-10.9.5/llvmCore-3425.0.33/lib/Analysis/
H A DLint.cpp557 Assert1(I.getNumDestinations() != 0,
/macosx-10.9.5/llvmCore-3425.0.33/lib/Transforms/Utils/
H A DLocal.cpp234 for (unsigned i = 0, e = IBI->getNumDestinations(); i != e; ++i) {
H A DSimplifyCFG.cpp3632 for (unsigned i = 0, e = IBI->getNumDestinations(); i != e; ++i) {
3642 if (IBI->getNumDestinations() == 0) {
3649 if (IBI->getNumDestinations() == 1) {
/macosx-10.9.5/llvmCore-3425.0.33/lib/Target/CppBackend/
H A DCPPBackend.cpp1143 << opNames[0] << ", " << IBI->getNumDestinations() << ");";
/macosx-10.9.5/llvmCore-3425.0.33/lib/VMCore/
H A DVerifier.cpp839 for (unsigned i = 0, e = BI.getNumDestinations(); i != e; ++i)
/macosx-10.9.5/llvmCore-3425.0.33/include/llvm/
H A DInstructions.h2906 /// getNumDestinations - return the number of possible destinations in this
2908 unsigned getNumDestinations() const { return getNumOperands()-1; } function in class:llvm::IndirectBrInst

Completed in 224 milliseconds