Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp4429 CanonicalLoopInfo *DispatchCLI = cantFail(createCanonicalLoop( in applyStaticChunkedWorkshareLoop() local
4441 BasicBlock *DispatchBody = DispatchCLI->getBody(); in applyStaticChunkedWorkshareLoop()
4442 BasicBlock *DispatchLatch = DispatchCLI->getLatch(); in applyStaticChunkedWorkshareLoop()
4443 BasicBlock *DispatchExit = DispatchCLI->getExit(); in applyStaticChunkedWorkshareLoop()
4444 BasicBlock *DispatchAfter = DispatchCLI->getAfter(); in applyStaticChunkedWorkshareLoop()
4445 DispatchCLI->invalidate(); in applyStaticChunkedWorkshareLoop()