Home
last modified time | relevance | path

Searched refs:ExitRTLFn (Results 1 – 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
HDOMPIRBuilder.cpp3771 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_master); in createMaster() local
3772 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster()
3796 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_masked); in createMasked() local
3797 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd); in createMasked()
5552 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_single); in createSingle() local
5553 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle()
5617 Function *ExitRTLFn = in createCritical() local
5619 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical()
5692 Function *ExitRTLFn = in createOrderedThreadsSimd() local
5694 ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createOrderedThreadsSimd()