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

/external/clang/lib/CodeGen/
H A DCGCleanup.cpp559 llvm::BasicBlock *FallthroughSource = Builder.GetInsertBlock(); local
560 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
567 (FallthroughSource && FallthroughSource->getTerminator());
574 FallthroughSource->getTerminator()->getSuccessor(0)
607 ForwardPrebranchedFallthrough(FallthroughSource,
669 } else if (FallthroughSource) {
692 (FallthroughSource && FallthroughIsBranchThrough) ||
736 if (FallthroughSource && !FallthroughIsBranchThrough) {
786 if (!HasFallthrough && FallthroughSource) {
[all...]

Completed in 18 milliseconds