Home
last modified time | relevance | path

Searched refs:getScopeDepth (Results 1 – 3 of 3) sorted by relevance

/freebsd-9-stable/contrib/llvm/tools/clang/lib/CodeGen/
DCGCleanup.cpp890 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in isObviouslyBranchWithoutCleanups()
901 TopCleanup.encloses(Dest.getScopeDepth())) // works for invalid in isObviouslyBranchWithoutCleanups()
915 assert(Dest.getScopeDepth().encloses(EHStack.stable_begin()) in EmitBranchThroughCleanup()
932 TopCleanup.encloses(Dest.getScopeDepth())) { // works for invalid in EmitBranchThroughCleanup()
939 if (!Dest.getScopeDepth().isValid()) { in EmitBranchThroughCleanup()
965 EHScopeStack::stable_iterator E = Dest.getScopeDepth(); in EmitBranchThroughCleanup()
DCGStmt.cpp356 assert(!Dest.getScopeDepth().isValid() && "already emitted label!"); in EmitLabel()
376 assert(dest.getScopeDepth().isValid()); in rescopeLabels()
377 assert(innermostScope.encloses(dest.getScopeDepth())); in rescopeLabels()
DCodeGenFunction.h113 EHScopeStack::stable_iterator getScopeDepth() const { return ScopeDepth; } in getScopeDepth() function