Lines Matching full:branch
14 // Instructions from both sides of the branch are executed specutatively, and a
87 /// The block containing the conditional branch.
113 // Latencies from Cond+Branch, TReg, and FReg to DstReg.
123 /// The branch condition determined by AnalyzeBranch.
387 // The branch we're looking to eliminate must be analyzable.
390 DEBUG(dbgs() << "Branch not analyzable.\n");
396 DEBUG(dbgs() << "AnalyzeBranch didn't find conditional branch.\n");
400 // AnalyzeBranch doesn't set FBB on a fall-through branch.
548 // It should become a single branch or a fallthrough.
574 // We need a branch to Tail, let code placement work it out later.
575 DEBUG(dbgs() << "Converting to unconditional branch.\n");
722 DEBUG(dbgs() << "Branch depth: " << BranchDepth << '\n');