Searched refs:BodyGen (Results 1 – 2 of 2) sorted by relevance
931 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen, in EmitOMPInnerLoop() argument962 BodyGen(*this); in EmitOMPInnerLoop()1663 auto BodyGen = [CS, &S, &IV](CodeGenFunction &CGF) { in EmitSections() local1717 CGF.EmitOMPInnerLoop(S, /*RequiresCleanup=*/false, &Cond, &Inc, BodyGen, in EmitSections()
2359 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen,