Searched refs:ExitRTLFn (Results 1 – 1 of 1) sorted by relevance
3992 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_master); in createMaster() local3993 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster()4017 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_masked); in createMasked() local4018 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd); in createMasked()5863 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_single); in createSingle() local5864 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle()5938 Function *ExitRTLFn = in createCritical() local5940 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical()6013 Function *ExitRTLFn = in createOrderedThreadsSimd() local6015 ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createOrderedThreadsSimd()