Lines Matching defs:ExitRTLFn
3771 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_master);
3772 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args);
3796 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_masked);
3797 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd);
5552 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_single);
5553 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args);
5617 Function *ExitRTLFn =
5619 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args);
5692 Function *ExitRTLFn =
5694 ExitCall = Builder.CreateCall(ExitRTLFn, Args);