Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp2230 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local
2255 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local
4014 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local
4026 EmitOMPInlinedRegion(OMPD, EntryCall, ExitCall, BodyGenCB, FiniCB, in createSingle()
4060 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local
4124 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local
4135 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd()
4147 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion() argument
4165 emitCommonDirectiveEntry(OMPD, EntryCall, ExitBB, Conditional); in EmitOMPInlinedRegion()
4198 if (!Conditional || !EntryCall) in emitCommonDirectiveEntry()
[all …]
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/
H A DOMPIRBuilder.h2293 InsertPointTy emitCommonDirectiveEntry(omp::Directive OMPD, Value *EntryCall,
2330 EmitOMPInlinedRegion(omp::Directive OMPD, Instruction *EntryCall,