Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp3992 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_master); in createMaster() local
3993 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createMaster()
4017 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_masked); in createMasked() local
4018 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, ArgsEnd); in createMasked()
5863 Function *ExitRTLFn = getOrCreateRuntimeFunctionPtr(OMPRTL___kmpc_end_single); in createSingle() local
5864 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createSingle()
5938 Function *ExitRTLFn = in createCritical() local
5940 Instruction *ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createCritical()
6013 Function *ExitRTLFn = in createOrderedThreadsSimd() local
6015 ExitCall = Builder.CreateCall(ExitRTLFn, Args); in createOrderedThreadsSimd()