Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DCodePlacementOpt.cpp53 bool HasFallthrough(MachineBasicBlock *MBB);
79 bool CodePlacementOpt::HasFallthrough(MachineBasicBlock *MBB) { in HasFallthrough() function in CodePlacementOpt
159 bool BotHasFallthrough = HasFallthrough(L->getBottomBlock()); in EliminateUnconditionalJumpsToTop()
168 if (HasFallthrough(Pred)) continue; in EliminateUnconditionalJumpsToTop()
194 if (!HasFallthrough(Prior)) in EliminateUnconditionalJumpsToTop()
237 HasFallthrough(L->getBottomBlock())) { in EliminateUnconditionalJumpsToTop()
264 !HasFallthrough(prior(MachineFunction::iterator(TopMBB))) && in MoveDiscontiguousLoopBlocks()
265 HasFallthrough(BotMBB)) { in MoveDiscontiguousLoopBlocks()
324 if (!HasFallthrough(prior(End))) break; in MoveDiscontiguousLoopBlocks()
/external/clang/lib/CodeGen/
DCGCleanup.cpp636 bool HasFallthrough = (FallthroughSource != nullptr && IsActive); in PopCleanupBlock() local
655 (HasFixups || HasExistingBranches || HasFallthrough)) { in PopCleanupBlock()
728 if (HasFallthrough && !HasPrebranchedFallthrough && in PopCleanupBlock()
748 if (HasFallthrough) { in PopCleanupBlock()
789 if (!Scope.hasBranchThroughs() && !HasFixups && !HasFallthrough && in PopCleanupBlock()
811 (HasFallthrough && !FallthroughIsBranchThrough) || in PopCleanupBlock()
832 if (HasFallthrough) in PopCleanupBlock()
880 if (!HasFallthrough && FallthroughSource) { in PopCleanupBlock()
890 } else if (HasFallthrough && FallthroughDest) { in PopCleanupBlock()
896 } else if (HasFallthrough) { in PopCleanupBlock()
/external/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp617 bool HasFallthrough = false; in emitTableEntry() local
622 HasFallthrough = true; in emitTableEntry()
671 if (!HasFallthrough) in emitTableEntry()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DFixedLenDecoderEmitter.cpp632 bool HasFallthrough = false; in emitTableEntry() local
637 HasFallthrough = true; in emitTableEntry()
688 if (!HasFallthrough) in emitTableEntry()