Searched refs:fallthru (Results 1 – 5 of 5) sorted by relevance
407 bool fallthru = IsNextInAssemblyOrder(fblock); in AssembleArchBranch() local409 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()410 Label::Distance flabel_distance = fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()467 if (!fallthru) __ jmp(flabel, flabel_distance); // no fallthru to flabel. in AssembleArchBranch()
629 bool fallthru = IsNextInAssemblyOrder(fblock); in AssembleArchBranch() local631 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()632 Label::Distance flabel_distance = fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()689 if (!fallthru) __ jmp(flabel, flabel_distance); // no fallthru to flabel. in AssembleArchBranch()
479 bool fallthru = IsNextInAssemblyOrder(fblock); in AssembleArchBranch() local481 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()538 if (!fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
453 bool fallthru = IsNextInAssemblyOrder(fblock); in AssembleArchBranch() local455 Label* flabel = fallthru ? &done : code()->GetLabel(fblock); in AssembleArchBranch()512 if (!fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
427 br i1 %cond, label %skip, label %fallthru429 fallthru:444 %newval8 = phi i64 [ %val8, %entry ], [ %val9, %fallthru ]