Lines Matching refs:StateMachineBeginBB
3783 BasicBlock *StateMachineBeginBB = BasicBlock::Create( in buildCustomStateMachine() local
3800 A.registerManifestAddedBasicBlock(*StateMachineBeginBB); in buildCustomStateMachine()
3841 BranchInst::Create(StateMachineBeginBB, StateMachineFinishedBB, in buildCustomStateMachine()
3854 IRBuilder<>::InsertPoint(StateMachineBeginBB, in buildCustomStateMachine()
3855 StateMachineBeginBB->end()), in buildCustomStateMachine()
3865 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB); in buildCustomStateMachine()
3876 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
3884 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()
3888 StateMachineBeginBB); in buildCustomStateMachine()
3896 StateMachineBeginBB); in buildCustomStateMachine()
3901 StateMachineBeginBB); in buildCustomStateMachine()
3904 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
3977 BranchInst::Create(StateMachineBeginBB, StateMachineDoneBarrierBB) in buildCustomStateMachine()