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

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp1959 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
1965 emitPreCond(CGF, S, S.getPreCond(), ThenBlock, ContBlock,
2524 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
2530 emitPreCond(*this, S, S.getPreCond(), ThenBlock, ContBlock,
3635 if (ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
3641 emitPreCond(*this, S, S.getPreCond(), ThenBlock, ContBlock,
5265 if (CGF.ConstantFoldsToSimpleInteger(S.getPreCond(), CondConstant)) {
5271 emitPreCond(CGF, S, S.getPreCond(), ThenBlock, ContBlock,
/freebsd-11-stable/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterStmt.cpp2076 Record.AddStmt(D->getPreCond());
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DStmtOpenMP.h926 Expr *getPreCond() const { function in class:clang::OMPLoopDirective

Completed in 98 milliseconds