Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCGStmt.cpp216 EmitOMPUnrollDirective(cast<OMPUnrollDirective>(*S)); in EmitStmt()
H A DCodeGenFunction.h3507 void EmitOMPUnrollDirective(const OMPUnrollDirective &S);
H A DCGStmtOpenMP.cpp2685 void CodeGenFunction::EmitOMPUnrollDirective(const OMPUnrollDirective &S) { in EmitOMPUnrollDirective() function in CodeGenFunction