Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1027 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster() local
1051 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked() local
1904 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle() local
1942 Instruction *EntryCall = Builder.CreateCall(RTFn, EnterArgs); in createCritical() local
1953 Directive OMPD, Instruction *EntryCall, Instruction *ExitCall, in EmitOMPInlinedRegion()
2022 Directive OMPD, Value *EntryCall, BasicBlock *ExitBB, bool Conditional) { in emitCommonDirectiveEntry()