HomeSort by relevance Sort by last modified time
    Searched refs:HasFallthrough (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
CodePlacementOpt.cpp 50 bool HasFallthrough(MachineBasicBlock *MBB);
73 /// HasFallthrough - Test whether the given branch has a fallthrough, either as
76 bool CodePlacementOpt::HasFallthrough(MachineBasicBlock *MBB) {
156 bool BotHasFallthrough = HasFallthrough(L->getBottomBlock());
165 if (HasFallthrough(Pred)) continue;
191 if (!HasFallthrough(Prior))
234 HasFallthrough(L->getBottomBlock())) {
261 !HasFallthrough(prior(MachineFunction::iterator(TopMBB))) &&
262 HasFallthrough(BotMBB)) {
321 if (!HasFallthrough(prior(End))) break
    [all...]
  /external/clang/lib/CodeGen/
CGCleanup.cpp 560 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
579 (HasFixups || HasExistingBranches || HasFallthrough)) {
643 if (HasFallthrough && !HasPrebranchedFallthrough &&
663 if (HasFallthrough) {
704 if (!Scope.hasBranchThroughs() && !HasFixups && !HasFallthrough &&
718 (HasFallthrough && !FallthroughIsBranchThrough) ||
738 if (HasFallthrough)
786 if (!HasFallthrough && FallthroughSource) {
796 } else if (HasFallthrough && FallthroughDest) {
802 } else if (HasFallthrough) {
    [all...]

Completed in 65 milliseconds