Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCGStmtOpenMP.cpp2082 auto BodyGen = [&, this](llvm::OpenMPIRBuilder::InsertPointTy CodeGenIP, in EmitOMPCanonicalLoop() local
2111 const llvm::function_ref<void(CodeGenFunction &)> BodyGen, in EmitOMPInnerLoop()
4655 const RegionCodeGenTy &BodyGen, const TaskGenTy &TaskGen, in EmitOMPTaskBasedDirective()
5071 const OMPExecutableDirective &S, const RegionCodeGenTy &BodyGen, in EmitOMPTargetTaskBasedDirective()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3960 auto BodyGen = [=](InsertPointTy CodeGenIP, Value *IV) { in createCanonicalLoop() local