Home
last modified time | relevance | path

Searched refs:getNumBranchAfters (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGCleanup.h356 unsigned getNumBranchAfters() const { in getNumBranchAfters() function
361 assert(I < getNumBranchAfters()); in getBranchAfterBlock()
366 assert(I < getNumBranchAfters()); in getBranchAfterIndex()
HDCGCleanup.cpp759 Scope.getNumBranchAfters() == 1) { in PopCleanupBlock()
779 } else if (Scope.getNumBranchAfters() || in PopCleanupBlock()
804 for (unsigned I = 0, E = Scope.getNumBranchAfters(); I != E; ++I) { in PopCleanupBlock()