HomeSort by relevance Sort by last modified time
    Searched refs:HasFallthrough (Results 1 - 3 of 3) 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 566 bool HasFallthrough = (FallthroughSource != 0 && IsActive);
585 (HasFixups || HasExistingBranches || HasFallthrough)) {
649 if (HasFallthrough && !HasPrebranchedFallthrough &&
669 if (HasFallthrough) {
710 if (!Scope.hasBranchThroughs() && !HasFixups && !HasFallthrough &&
724 (HasFallthrough && !FallthroughIsBranchThrough) ||
744 if (HasFallthrough)
792 if (!HasFallthrough && FallthroughSource) {
802 } else if (HasFallthrough && FallthroughDest) {
808 } else if (HasFallthrough) {
    [all...]
  /external/llvm/utils/TableGen/
FixedLenDecoderEmitter.cpp 645 bool HasFallthrough = false;
652 HasFallthrough = true;
701 if (!HasFallthrough)
    [all...]

Completed in 202 milliseconds