Searched refs:EntryRTLFn (Results 1 – 1 of 1) sorted by relevance
851 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_master); in createMaster() local852 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster()1169 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_single); in createSingle() local1170 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle()