Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3990 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local
4015 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local
5861 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local
5936 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local
6000 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local
6023 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion()
6076 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry()