Searched refs:IsInsideBranch (Results 1 – 2 of 2) sorted by relevance
1038 if (boundaries[0].IsInsideBranch() && in BenefitForMovingBoundaries()1110 } else if (boundaries[0].IsInsideBranch()) { in BenefitForMovingBoundaries()1122 HloInstruction* op = (b.IsInsideBranch()) ? inst->operands()[op_index] in GetNextBoundary()1134 (next_boundary.IsInsideBranch()) in IsSafeToMoveBoundary()1187 WorthHoisting(b.operands()[0], b.IsInsideBranch())) { in AddBoundaries()1190 int64 operand_count = (b.IsInsideBranch()) in AddBoundaries()1261 return Decision(to_move[0].IsInsideBranch() in ConsiderCodeMotion()
44 bool IsInsideBranch() const { return position_ == Position::kInsideBranch; } in IsInsideBranch() function