Lines Matching defs:finiCB
598 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
612 finiCB, filterVal);
642 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
647 finiCB);
677 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
697 ompLoc, bodyGenCB, finiCB, criticalOp.getName().value_or(""), hint);
936 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
941 ompLoc, bodyGenCB, finiCB, !orderedRegionOp.getParLevelSimd());
1602 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
1608 ompLoc, allocaIP, sectionCBs, privCB, finiCB, false,
1638 auto finiCB = [&](InsertPointTy codeGenIP) { return llvm::Error::success(); };
1655 ompLoc, bodyCB, finiCB, singleOp.getNowait(), llvmCPVars,
2178 auto finiCB = [&](InsertPointTy codeGenIP) -> llvm::Error {
2220 ompBuilder->createParallel(ompLoc, allocaIP, bodyGenCB, privCB, finiCB,