Searched refs:edge_kind (Results 1 – 1 of 1) sorted by relevance
709 Status GetInputPreds(Node* n, EdgeKind edge_kind,758 Node* n, DeadnessAnalysisImpl::EdgeKind edge_kind, in GetInputPreds() argument763 edge_kind == EdgeKind::kDataAndControl || in GetInputPreds()764 (in_edge->IsControlEdge() && edge_kind == EdgeKind::kControlOnly) || in GetInputPreds()765 (!in_edge->IsControlEdge() && edge_kind == EdgeKind::kDataOnly); in GetInputPreds()