Searched refs:IsLoopCond (Results 1 – 11 of 11) sorted by relevance
154 bool IsLoopCond() const { return class_ == NC_LOOP_COND; } in IsLoopCond() function768 inline bool IsLoopCond(const Node* node) { return node->IsLoopCond(); } in IsLoopCond() function
65 if (IsLoopCond(node)) { in ValidateControlFlowInfo()
652 if (IsLoopCond(node)) { in AddControlFlow()
97 ASSERT_FALSE(op->IsLoopCond()); in TEST()211 ASSERT_FALSE(op->IsLoopCond()); in TEST()
287 ASSERT_FALSE(op->IsLoopCond()); in TEST()
80 } else if (IsLoopCond(node)) { in ExtractWhileLoopFrames()
103 bool IsLoopCond(const NodeDef& node);
325 bool IsLoopCond(const NodeDef& node) { return node.op() == "LoopCond"; } in IsLoopCond() function
626 if (!IsMerge(*switch_input) || !IsLoopCond(*switch_predicate)) { in CheckForDeadFanout()
1064 if (!maybe_loop_cond->IsLoopCond()) { in IsIdentityDrivingConstsInLoop()
1421 if (node.IsLoopCond()) { in createOperation()