Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGCleanup.cpp276 unsigned MinSize = cast<EHCleanupScope>(*it).getFixupDepth(); in popNullFixups()
655 assert(Scope.getFixupDepth() <= EHStack.getNumBranchFixups()); in PopCleanupBlock()
676 unsigned FixupDepth = Scope.getFixupDepth(); in PopCleanupBlock()
H A DCGCleanup.h347 unsigned getFixupDepth() const { return FixupDepth; } in getFixupDepth() function