Home
last modified time | relevance | path

Searched refs:getPreCond (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1603 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPSimdDirective()
1609 emitPreCond(CGF, S, S.getPreCond(), ThenBlock, ContBlock, in EmitOMPSimdDirective()
1962 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPWorksharingLoop()
1968 emitPreCond(*this, S, S.getPreCond(), ThenBlock, ContBlock, in EmitOMPWorksharingLoop()
2645 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPDistributeLoop()
2651 emitPreCond(*this, S, S.getPreCond(), ThenBlock, ContBlock, in EmitOMPDistributeLoop()
3519 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) { in EmitOMPTaskLoopBasedDirective()
3525 emitPreCond(CGF, S, S.getPreCond(), ThenBlock, ContBlock, in EmitOMPTaskLoopBasedDirective()
/external/clang/include/clang/AST/
DStmtOpenMP.h622 Expr *getPreCond() const { in getPreCond() function
/external/clang/lib/Serialization/
DASTWriterStmt.cpp2183 Record.AddStmt(D->getPreCond()); in VisitOMPLoopDirective()