Searched defs:is_control_edge (Results 1 – 2 of 2) sorted by relevance
72 bool is_control_edge() const { return port_number == Graph::kControlSlot; } in is_control_edge() function
643 const auto is_control_edge = [](const Edge* e) -> bool { in InlineFunctionBody() local