Lines Matching refs:StateMachineBeginBB
4427 BasicBlock *StateMachineBeginBB = BasicBlock::Create( in buildCustomStateMachine() local
4444 A.registerManifestAddedBasicBlock(*StateMachineBeginBB); in buildCustomStateMachine()
4484 BranchInst::Create(StateMachineBeginBB, StateMachineFinishedBB, in buildCustomStateMachine()
4497 IRBuilder<>::InsertPoint(StateMachineBeginBB, in buildCustomStateMachine()
4498 StateMachineBeginBB->end()), in buildCustomStateMachine()
4508 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB); in buildCustomStateMachine()
4516 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
4524 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()
4528 StateMachineBeginBB); in buildCustomStateMachine()
4538 StateMachineBeginBB); in buildCustomStateMachine()
4541 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
4620 BranchInst::Create(StateMachineBeginBB, StateMachineDoneBarrierBB) in buildCustomStateMachine()