Home
last modified time | relevance | path

Searched refs:hasExit (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ast_verifier/
H A DcheckInfiniteLoop.cpp61 bool hasExit = body->IsBreakStatement() || body->IsReturnStatement(); in HasBreakOrReturnStatement() local
63 [&hasExit](ir::AstNode *child) { hasExit |= child->IsBreakStatement() || child->IsReturnStatement(); }); in HasBreakOrReturnStatement()
65 return hasExit; in HasBreakOrReturnStatement()
/arkcompiler/runtime_core/static_core/compiler/optimizer/analysis/
H A Dloop_analyzer.cpp407 bool hasExit = std::find_if(succs.begin(), succs.end(), [&outerLoop](const BasicBlock *bb) { in CheckInfinity() local
410 if (hasExit) { in CheckInfinity()

Completed in 2 milliseconds