Searched refs:EntryRTLFn (Results 1 – 1 of 1) sorted by relevance
2229 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_master); in createMaster() local2230 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMaster()2254 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_masked); in createMasked() local2255 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createMasked()4013 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_single); in createSingle() local4014 Instruction *EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createSingle()4134 Function *EntryRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_ordered); in createOrderedThreadsSimd() local4135 EntryCall = Builder.CreateCall(EntryRTLFn, Args); in createOrderedThreadsSimd()