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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp566 bool HasPrebranchedFallthrough = local
572 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough ||
585 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
643 if (HasFallthrough && !HasPrebranchedFallthrough &&
664 if (!HasPrebranchedFallthrough)

Completed in 39 milliseconds