Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4183 BasicBlock *StateMachineBeginBB = BasicBlock::Create( in buildCustomStateMachine() local
4200 A.registerManifestAddedBasicBlock(*StateMachineBeginBB); in buildCustomStateMachine()
4240 BranchInst::Create(StateMachineBeginBB, StateMachineFinishedBB, in buildCustomStateMachine()
4253 IRBuilder<>::InsertPoint(StateMachineBeginBB, in buildCustomStateMachine()
4254 StateMachineBeginBB->end()), in buildCustomStateMachine()
4264 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB); in buildCustomStateMachine()
4275 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
4283 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()
4287 StateMachineBeginBB); in buildCustomStateMachine()
4295 StateMachineBeginBB); in buildCustomStateMachine()
[all …]