Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4074 FunctionCallee BarrierFn = in insertInstructionGuardsHelper() local
4080 OMPInfoCache.OMPBuilder.Builder.CreateCall(BarrierFn, {Ident, Tid}); in insertInstructionGuardsHelper()
4082 OMPInfoCache.setCallingConvention(BarrierFn, Barrier); in insertInstructionGuardsHelper()
4087 CallInst::Create(BarrierFn, {Ident, Tid}, "", in insertInstructionGuardsHelper()
4090 OMPInfoCache.setCallingConvention(BarrierFn, Barrier); in insertInstructionGuardsHelper()
4505 FunctionCallee BarrierFn = in buildCustomStateMachine() local
4509 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB); in buildCustomStateMachine()
4510 OMPInfoCache.setCallingConvention(BarrierFn, Barrier); in buildCustomStateMachine()
4619 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineDoneBarrierBB) in buildCustomStateMachine()