Home
last modified time | relevance | path

Searched defs:BodyGen (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1277 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen, in EmitOMPInnerLoop()
2185 auto BodyGen = [Stmt, CS, &S, &IV](CodeGenFunction &CGF) { in EmitSections() local
2404 const RegionCodeGenTy &BodyGen, in EmitOMPTaskBasedDirective()
/external/llvm-project/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp993 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop() local
/external/llvm-project/clang/lib/CodeGen/
DCGStmtOpenMP.cpp1864 const llvm::function_ref<void(CodeGenFunction &)> BodyGen, in EmitOMPInnerLoop()
3833 const RegionCodeGenTy &BodyGen, const TaskGenTy &TaskGen, in EmitOMPTaskBasedDirective()
4167 const OMPExecutableDirective &S, const RegionCodeGenTy &BodyGen, in EmitOMPTargetTaskBasedDirective()