Home
last modified time | relevance | path

Searched refs:finiCB (Results 1 – 1 of 1) sorted by relevance

/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp427 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpParallel() local
447 ompBuilder->createParallel(builder, allocaIP, bodyGenCB, privCB, finiCB, in convertOmpParallel()
511 auto finiCB = [&](InsertPointTy codeGenIP) {}; in convertOmpMaster() local
513 builder.restoreIP(ompBuilder->createMaster(builder, bodyGenCB, finiCB)); in convertOmpMaster()