Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/lib/Target/LLVMIR/Dialect/OpenMP/
H A DOpenMPToLLVMIRTranslation.cpp813 llvm::OpenMPIRBuilder::InsertPointTy computeIP = ompLoc.IP; in convertOmpWsLoop() local
816 computeIP = loopInfos.front()->getPreheaderIP(); in convertOmpWsLoop()
820 /*IsSigned=*/true, loop.inclusive(), computeIP)); in convertOmpWsLoop()
955 llvm::OpenMPIRBuilder::InsertPointTy computeIP = ompLoc.IP; in convertOmpSimdLoop() local
959 computeIP = loopInfos.front()->getPreheaderIP(); in convertOmpSimdLoop()
963 /*IsSigned=*/true, /*Inclusive=*/true, computeIP)); in convertOmpSimdLoop()