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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp593 bool HasFallthrough = (FallthroughSource != 0 && IsActive); local
612 (HasFixups || HasExistingBranches || HasFallthrough)) {
676 if (HasFallthrough && !HasPrebranchedFallthrough &&
696 if (HasFallthrough) {
737 if (!Scope.hasBranchThroughs() && !HasFixups && !HasFallthrough &&
751 (HasFallthrough && !FallthroughIsBranchThrough) ||
771 if (HasFallthrough)
819 if (!HasFallthrough && FallthroughSource) {
829 } else if (HasFallthrough && FallthroughDest) {
835 } else if (HasFallthrough) {
[all...]
/external/llvm/utils/TableGen/
H A DFixedLenDecoderEmitter.cpp645 bool HasFallthrough = false; local
652 HasFallthrough = true;
701 if (!HasFallthrough)

Completed in 143 milliseconds