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.cpp3990 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local
3995 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMaster()
4015 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local
4020 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createMasked()
5861 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local
5888 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCBWrapper, in createSingle()
5936 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local
5942 return EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createCritical()
6000 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local
6011 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h3175 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall,
3211 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,