Searched refs:StateMachineBeginBB (Results 1 – 1 of 1) sorted by relevance
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/ |
| H A D | OpenMPOpt.cpp | 4430 BasicBlock *StateMachineBeginBB = BasicBlock::Create( in buildCustomStateMachine() local 4447 A.registerManifestAddedBasicBlock(*StateMachineBeginBB); in buildCustomStateMachine() 4487 BranchInst::Create(StateMachineBeginBB, StateMachineFinishedBB, in buildCustomStateMachine() 4500 IRBuilder<>::InsertPoint(StateMachineBeginBB, in buildCustomStateMachine() 4501 StateMachineBeginBB->end()), in buildCustomStateMachine() 4511 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB); in buildCustomStateMachine() 4519 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine() 4527 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine() 4531 StateMachineBeginBB); in buildCustomStateMachine() 4541 StateMachineBeginBB); in buildCustomStateMachine() [all …]
|