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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp642 bool HasPrebranchedFallthrough = local
648 assert(!Scope.isNormalCleanup() || !HasPrebranchedFallthrough ||
661 if (Scope.isNormalCleanup() && HasPrebranchedFallthrough && !IsActive) {
728 if (HasFallthrough && !HasPrebranchedFallthrough &&
749 if (!HasPrebranchedFallthrough)

Completed in 79 milliseconds