Searched defs:IsExit (Results 1 – 3 of 3) sorted by relevance
66 bool IsExit() const { return kind_ == LoweringResultKind::kExit; } in IsExit() function
150 bool IsExit() const { return class_ == NC_EXIT; } in IsExit() function739 inline bool IsExit(const Node* node) { return node->IsExit(); } in IsExit() function
217 bool IsExit(const NodeDef& node) { in IsExit() function