Home
last modified time | relevance | path

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

/external/llvm-project/mlir/lib/Target/LLVMIR/
DModuleTranslation.cpp390 LogicalResult bodyGenStatus = success(); in convertOmpParallel() local
409 continuationIP, builder, bodyGenStatus); in convertOmpParallel()
444 if (failed(bodyGenStatus)) in convertOmpParallel()
456 llvm::IRBuilder<> &builder, LogicalResult &bodyGenStatus) { in convertOmpOpRegions() argument
473 bodyGenStatus = failure(); in convertOmpOpRegions()
487 LogicalResult bodyGenStatus = success(); in convertOmpMaster() local
505 continuationIP, builder, bodyGenStatus); in convertOmpMaster()
/external/llvm-project/mlir/include/mlir/Target/LLVMIR/
DModuleTranslation.h102 LogicalResult &bodyGenStatus);