Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp931 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen, in EmitOMPInnerLoop() argument
962 BodyGen(*this); in EmitOMPInnerLoop()
1663 auto BodyGen = [CS, &S, &IV](CodeGenFunction &CGF) { in EmitSections() local
1717 CGF.EmitOMPInnerLoop(S, /*RequiresCleanup=*/false, &Cond, &Inc, BodyGen, in EmitSections()
DCodeGenFunction.h2359 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen,