Searched refs:ExitRTLFn (Results 1 – 1 of 1) sorted by relevance
3771 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_master); in createMaster() local3772 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster()3796 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_masked); in createMasked() local3797 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd); in createMasked()5552 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_single); in createSingle() local5553 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle()5617 Function *ExitRTLFn = in createCritical() local5619 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical()5692 Function *ExitRTLFn = in createOrderedThreadsSimd() local5694 ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createOrderedThreadsSimd()