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.cpp3769 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local
3794 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local
5550 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local
5615 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local
5679 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local
5702 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion()
5751 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry()