Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
HDCGStmt.cpp223 EmitOMPUnrollDirective(cast<OMPUnrollDirective>(*S)); in EmitStmt()
HDCodeGenFunction.h3822 void EmitOMPUnrollDirective(const OMPUnrollDirective &S);
HDCGStmtOpenMP.cpp2783 void CodeGenFunction::EmitOMPUnrollDirective(const OMPUnrollDirective &S) { in EmitOMPUnrollDirective() function in CodeGenFunction