Home
last modified time | relevance | path

Searched refs:EntryRTLFn (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1026 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_master); in createMaster() local
1027 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster()
1050 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_masked); in createMasked() local
1051 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked()
1903 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_single); in createSingle() local
1904 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle()