Home
last modified time | relevance | path

Searched refs:BodyGen (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp579 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen) { in EmitOMPInnerLoop() argument
610 BodyGen(*this); in EmitOMPInnerLoop()
1141 auto BodyGen = [CS, &S, &IV](CodeGenFunction &CGF) { in emitSections() local
1180 CGF.EmitOMPInnerLoop(S, /*RequiresCleanup=*/false, &Cond, &Inc, BodyGen); in emitSections()
DCodeGenFunction.h2145 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen);