Searched refs:fallthru (Results 1 – 12 of 12) sorted by relevance
75 bool fallthru = true; in ComputeForwarding() local82 fallthru = false; in ComputeForwarding()86 fallthru = false; in ComputeForwarding()95 fallthru = false; in ComputeForwarding()99 fallthru = false; in ComputeForwarding()103 if (fallthru) { in ComputeForwarding()146 bool fallthru = true; in ApplyForwarding() local150 fallthru = false; // branches don't fall through to the next block. in ApplyForwarding()157 fallthru = false; // jumps don't fall through to the next block. in ApplyForwarding()160 prev_fallthru = fallthru; in ApplyForwarding()
27 bool fallthru; member
311 branch.fallthru = IsNextInAssemblyOrder(false_rpo); in AssembleInstruction()
427 br i1 %cond, label %skip, label %fallthru429 fallthru:444 %newval8 = phi i64 [ %val8, %entry ], [ %val9, %fallthru ]
1113 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()1164 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
1635 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()1685 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch()
1489 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()1540 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
1011 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
1279 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
1241 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()
1442 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
1467 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()