Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
DCGStmt.cpp212 EmitOMPUnrollDirective(cast<OMPUnrollDirective>(*S)); in EmitStmt()
DCodeGenFunction.h3444 void EmitOMPUnrollDirective(const OMPUnrollDirective &S);
DCGStmtOpenMP.cpp2589 void CodeGenFunction::EmitOMPUnrollDirective(const OMPUnrollDirective &S) { in EmitOMPUnrollDirective() function in CodeGenFunction