Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/Transforms/IPO/
DOpenMPOpt.cpp3809 FunctionCallee BarrierFn = in insertInstructionGuardsHelper() local
3815 OMPInfoCache.OMPBuilder.Builder.CreateCall(BarrierFn, {Ident, Tid}); in insertInstructionGuardsHelper()
3817 OMPInfoCache.setCallingConvention(BarrierFn, Barrier); in insertInstructionGuardsHelper()
3821 CallInst *Barrier = CallInst::Create(BarrierFn, {Ident, Tid}, "", in insertInstructionGuardsHelper()
3824 OMPInfoCache.setCallingConvention(BarrierFn, Barrier); in insertInstructionGuardsHelper()
4260 FunctionCallee BarrierFn = in buildCustomStateMachine() local
4264 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB); in buildCustomStateMachine()
4265 OMPInfoCache.setCallingConvention(BarrierFn, Barrier); in buildCustomStateMachine()
4374 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineDoneBarrierBB) in buildCustomStateMachine()