Searched refs:EntryRTLFn (Results 1 – 1 of 1) sorted by relevance
1039 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_master); in createMaster() local1040 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster()1063 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_masked); in createMasked() local1064 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked()1914 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_single); in createSingle() local1915 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle()