Searched refs:bodyGenCB (Results 1 – 1 of 1) sorted by relevance
/external/llvm-project/mlir/lib/Target/LLVMIR/ |
D | ModuleTranslation.cpp | 392 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP, in convertOmpParallel() local 447 ompBuilder->createParallel(builder, allocaIP, bodyGenCB, privCB, finiCB, in convertOmpParallel() 489 auto bodyGenCB = [&](InsertPointTy allocaIP, InsertPointTy codeGenIP, in convertOmpMaster() local 513 builder.restoreIP(ompBuilder->createMaster(builder, bodyGenCB, finiCB)); in convertOmpMaster()
|