Searched refs:BodyGen (Results 1 – 2 of 2) sorted by relevance
579 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen) { in EmitOMPInnerLoop() argument610 BodyGen(*this); in EmitOMPInnerLoop()1141 auto BodyGen = [CS, &S, &IV](CodeGenFunction &CGF) { in emitSections() local1180 CGF.EmitOMPInnerLoop(S, /*RequiresCleanup=*/false, &Cond, &Inc, BodyGen); in emitSections()
2145 const llvm::function_ref<void(CodeGenFunction &)> &BodyGen);