Searched refs:IsLoopCond (Results 1 – 14 of 14) sorted by relevance
60 if ((node->IsSwitch() && src->IsLoopCond()) || in UpdateDeviceFromInputs()
97 ASSERT_FALSE(op->IsLoopCond()); in TEST()443 ASSERT_FALSE(op->IsLoopCond()); in TEST()
286 ASSERT_FALSE(op->IsLoopCond()); in TEST()
72 } else if (IsLoopCond(node)) { in ExtractWhileLoopFrames()
169 bool IsLoopCond() const { return class_ == NC_LOOP_COND; } in IsLoopCond() function850 inline bool IsLoopCond(const Node* node) { return node->IsLoopCond(); } in IsLoopCond() function
65 if (IsLoopCond(node)) { in ValidateControlFlowInfo()
653 if (IsLoopCond(node)) { in AddControlFlow()
113 bool IsLoopCond(const NodeDef& node);
365 bool IsLoopCond(const NodeDef& node) { return node.op() == "LoopCond"; } in IsLoopCond() function
626 if (!IsMerge(*switch_input) || !IsLoopCond(*switch_predicate)) { in CheckForDeadFanout()
498 bool TFGraphDialect::IsLoopCond(TFOp op) const { in IsLoopCond() function in mlir::tfg::TFGraphDialect
92 bool IsLoopCond(TFOp op) const;
1176 if (!maybe_loop_cond->IsLoopCond()) { in IsIdentityDrivingConstsInLoop()
1898 if (node.IsLoopCond()) { in CreateOperation()