Lines Matching refs:StateMachineBeginBB
4428 BasicBlock *StateMachineBeginBB = BasicBlock::Create( in buildCustomStateMachine() local
4445 A.registerManifestAddedBasicBlock(*StateMachineBeginBB); in buildCustomStateMachine()
4485 BranchInst::Create(StateMachineBeginBB, StateMachineFinishedBB, in buildCustomStateMachine()
4498 IRBuilder<>::InsertPoint(StateMachineBeginBB, in buildCustomStateMachine()
4499 StateMachineBeginBB->end()), in buildCustomStateMachine()
4509 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB); in buildCustomStateMachine()
4517 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
4525 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()
4529 StateMachineBeginBB); in buildCustomStateMachine()
4539 StateMachineBeginBB); in buildCustomStateMachine()
4542 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
4621 BranchInst::Create(StateMachineBeginBB, StateMachineDoneBarrierBB) in buildCustomStateMachine()