Searched refs:IsLoopCond (Results 1 – 6 of 6) sorted by relevance
152 bool IsLoopCond() const { return class_ == NC_LOOP_COND; } in IsLoopCond() function741 inline bool IsLoopCond(const Node* node) { return node->IsLoopCond(); } in IsLoopCond() function
65 if (IsLoopCond(node)) { in ValidateControlFlowInfo()
627 if (IsLoopCond(node)) { in AddControlFlow()
83 ASSERT_FALSE(op->IsLoopCond()); in TEST()184 ASSERT_FALSE(op->IsLoopCond()); in TEST()
274 ASSERT_FALSE(op->IsLoopCond()); in TEST()
634 } else if (IsLoopCond(node)) { in FunctionalizeWhileLoop()