Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2276 InsertPointOrErrorTy WsloopIP = in createSections() local
2279 if (!WsloopIP) in createSections()
2280 return WsloopIP.takeError(); in createSections()
2281 InsertPointTy AfterIP = *WsloopIP; in createSections()