Searched refs:control_edge (Results 1 – 3 of 3) sorted by relevance
175 for (const Edge* control_edge : control_edges) { in rewriteNode() local176 g->AddControlEdge(control_edge->src(), initialize_accumulator); in rewriteNode()
1176 int64 operand_num, bool control_edge = false) { in AddInstructionIncomingEdges() argument1188 if (instr->operand_count() > 1 && !control_edge) { in AddInstructionIncomingEdges()1191 } else if (control_edge) { in AddInstructionIncomingEdges()
859 bool control_edge = edge->IsControlEdge(); in AddOutputEdges() local861 if (control_edge) { in AddOutputEdges()