Lines Matching defs:Branch
783 << "Branch not biased";
861 // // Branch insert point here.
864 // if (c3) { // Branch
877 auto *Branch = RI.HasBranch ?
918 if (RI.HasBranch && InsertPoint != Branch) {
920 bool IsHoistable = checkHoistValue(Branch->getCondition(), InsertPoint,
926 assert(InsertPoint != Branch && "Branch must not be the hoist point");
943 InsertPoint = Branch;
949 assert(!DT.dominates(Branch, InsertPoint) &&
950 "Branch can't be already above the hoist point");
952 assert(checkHoistValue(Branch->getCondition(), InsertPoint,
966 CHR_DEBUG(dbgs() << "BI " << *Branch << "\n");