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