Home
last modified time | relevance | path

Searched refs:checkIfLoopMustProgress (Results 1 – 2 of 2) sorted by relevance

/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmt.cpp921 bool CodeGenFunction::checkIfLoopMustProgress(const Expr *ControllingExpression, in checkIfLoopMustProgress() function in CodeGenFunction
1027 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitWhileStmt()
1152 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitDoStmt()
1206 checkIfLoopMustProgress(S.getCond(), hasEmptyLoopBody(S))); in EmitForStmt()
H A DCodeGenFunction.h640 bool checkIfLoopMustProgress(const Expr *, bool HasEmptyBody);