Searched refs:IsLoopCond (Results 1 – 12 of 12) sorted by relevance
81 } else if (IsLoopCond(node)) { in ExtractWhileLoopFrames()
162 bool IsLoopCond() const { return class_ == NC_LOOP_COND; } in IsLoopCond() function817 inline bool IsLoopCond(const Node* node) { return node->IsLoopCond(); } in IsLoopCond() function
65 if (IsLoopCond(node)) { in ValidateControlFlowInfo()
654 if (IsLoopCond(node)) { in AddControlFlow()
97 ASSERT_FALSE(op->IsLoopCond()); in TEST()443 ASSERT_FALSE(op->IsLoopCond()); in TEST()
286 ASSERT_FALSE(op->IsLoopCond()); in TEST()
112 bool IsLoopCond(const NodeDef& node);
363 bool IsLoopCond(const NodeDef& node) { return node.op() == "LoopCond"; } in IsLoopCond() function
626 if (!IsMerge(*switch_input) || !IsLoopCond(*switch_predicate)) { in CheckForDeadFanout()
1083 if (!maybe_loop_cond->IsLoopCond()) { in IsIdentityDrivingConstsInLoop()
1764 if (node.IsLoopCond()) { in CreateOperation()
1159 if (node->IsSwitch() && src->IsLoopCond()) { in PlaceOpsOnTPU()