Home
last modified time | relevance | path

Searched defs:EntryCall (Results 1 – 1 of 1) 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
4060 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local
4124 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local
4147 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion()
4196 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry()