Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1813 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster() local
3235 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle() local
3282 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical() local
3342 Instruction *ExitCall = nullptr; in createOrderedThreadsSimd() local
3356 ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createOrderedThreadsSimd()
3393 emitCommonDirectiveExit(OMPD, FinIP, ExitCall, HasFinalize); in EmitOMPInlinedRegion()
3465 if (!ExitCall) in emitCommonDirectiveExit()
3469 ExitCall->removeFromParent(); in emitCommonDirectiveExit()
3470 Builder.Insert(ExitCall); in emitCommonDirectiveExit()
3472 return IRBuilder<>::InsertPoint(ExitCall->getParent(), in emitCommonDirectiveExit()
[all …]
/llvm-project-15.0.7/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h1277 Instruction *ExitCall,
1299 Instruction *ExitCall, BodyGenCallbackTy BodyGenCB,