Searched refs:fallthru (Results 1 – 13 of 13) sorted by relevance
75 bool fallthru = true; in ComputeForwarding() local82 fallthru = false; in ComputeForwarding()86 fallthru = false; in ComputeForwarding()104 fallthru = false; in ComputeForwarding()108 fallthru = false; in ComputeForwarding()112 if (fallthru) { in ComputeForwarding()155 bool fallthru = true; in ApplyForwarding() local159 fallthru = false; // branches don't fall through to the next block. in ApplyForwarding()166 fallthru = false; // jumps don't fall through to the next block. in ApplyForwarding()169 prev_fallthru = fallthru; in ApplyForwarding()
28 bool fallthru; member
359 branch.fallthru = IsNextInAssemblyOrder(false_rpo); in AssembleInstruction()375 branch.fallthru = true; in AssembleInstruction()
427 br i1 %cond, label %skip, label %fallthru429 fallthru:444 %newval8 = phi i64 [ %val8, %entry ], [ %val9, %fallthru ]
1450 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()1501 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
1878 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()1928 if (!branch->fallthru) __ jmp(flabel, flabel_distance); in AssembleArchBranch()
1933 branch->fallthru ? Label::kNear : Label::kFar; in AssembleArchBranch()1992 if (!branch->fallthru) __ jmp(flabel); in AssembleArchBranch()
1577 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()
1363 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
1609 if (!branch->fallthru) __ B(flabel); // no fallthru to flabel. in AssembleArchBranch()
1783 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
1763 if (!branch->fallthru) __ b(flabel); // no fallthru to flabel. in AssembleArchBranch()
1818 if (!branch->fallthru) __ Branch(flabel); // no fallthru to flabel. in AssembleArchBranch()