Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3769 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local
3774 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster()
3794 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local
3799 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMasked()
5550 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local
5573 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCBWrapper, in createSingle()
5615 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local
5621 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createCritical()
5679 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local
5690 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2899 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall,
2936 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,