Searched refs:EntryRTLFn (Results 1 – 1 of 1) sorted by relevance
3989 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_master); in createMaster() local3990 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster()4014 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_masked); in createMasked() local4015 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked()5860 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_single); in createSingle() local5861 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle()6010 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_ordered); in createOrderedThreadsSimd() local6011 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd()