Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1899 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local
1924 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local
3439 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local
3485 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local
3549 Instruction *EntryCall = nullptr; in createOrderedThreadsSimd() local
3572 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion()
3621 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry()