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.cpp566 bool HasFallthrough = (FallthroughSource != 0 && IsActive); in PopCleanupBlock() local
585 (HasFixups || HasExistingBranches || HasFallthrough)) { in PopCleanupBlock()
649 if (HasFallthrough && !HasPrebranchedFallthrough && in PopCleanupBlock()
669 if (HasFallthrough) { in PopCleanupBlock()
710 if (!Scope.hasBranchThroughs() && !HasFixups && !HasFallthrough && in PopCleanupBlock()
724 (HasFallthrough && !FallthroughIsBranchThrough) || in PopCleanupBlock()
744 if (HasFallthrough) in PopCleanupBlock()
792 if (!HasFallthrough && FallthroughSource) { in PopCleanupBlock()
802 } else if (HasFallthrough && FallthroughDest) { in PopCleanupBlock()
808 } 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()