Searched refs:EntryRTLFn (Results 1 – 1 of 1) sorted by relevance
1026 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_master); in createMaster() local1027 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster()1050 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_masked); in createMasked() local1051 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked()1903 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_single); in createSingle() local1904 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle()