Searched refs:IsLoopCond (Results 1 – 3 of 3) sorted by relevance
145 bool IsLoopCond() const { return class_ == NC_LOOP_COND; } in IsLoopCond() function677 inline bool IsLoopCond(const Node* node) { return node->IsLoopCond(); } in IsLoopCond() function
611 if (IsLoopCond(node)) { in AddControlFlow()
1384 } else if (IsLoopCond(node)) { in FunctionalizeControlFlow()