Home
last modified time | relevance | path

Searched refs:HasFallthrough (Results 1 – 3 of 3) sorted by relevance

/external/llvm/lib/CodeGen/
DCodePlacementOpt.cpp50 bool HasFallthrough(MachineBasicBlock *MBB);
76 bool CodePlacementOpt::HasFallthrough(MachineBasicBlock *MBB) { in HasFallthrough() function in CodePlacementOpt
156 bool BotHasFallthrough = HasFallthrough(L->getBottomBlock()); in EliminateUnconditionalJumpsToTop()
165 if (HasFallthrough(Pred)) continue; in EliminateUnconditionalJumpsToTop()
191 if (!HasFallthrough(Prior)) in EliminateUnconditionalJumpsToTop()
234 HasFallthrough(L->getBottomBlock())) { in EliminateUnconditionalJumpsToTop()
261 !HasFallthrough(prior(MachineFunction::iterator(TopMBB))) && in MoveDiscontiguousLoopBlocks()
262 HasFallthrough(BotMBB)) { in MoveDiscontiguousLoopBlocks()
321 if (!HasFallthrough(prior(End))) break; in MoveDiscontiguousLoopBlocks()
/external/clang/lib/CodeGen/
DCGCleanup.cpp560 bool HasFallthrough = (FallthroughSource != 0 && IsActive); in PopCleanupBlock() local
579 (HasFixups || HasExistingBranches || HasFallthrough)) { in PopCleanupBlock()
643 if (HasFallthrough && !HasPrebranchedFallthrough && in PopCleanupBlock()
663 if (HasFallthrough) { in PopCleanupBlock()
704 if (!Scope.hasBranchThroughs() && !HasFixups && !HasFallthrough && in PopCleanupBlock()
718 (HasFallthrough && !FallthroughIsBranchThrough) || in PopCleanupBlock()
738 if (HasFallthrough) in PopCleanupBlock()
786 if (!HasFallthrough && FallthroughSource) { in PopCleanupBlock()
796 } else if (HasFallthrough && FallthroughDest) { in PopCleanupBlock()
802 } else if (HasFallthrough) { in PopCleanupBlock()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp645 bool HasFallthrough = false; in emitTableEntry() local
652 HasFallthrough = true; in emitTableEntry()
701 if (!HasFallthrough) in emitTableEntry()