Lines Matching refs:StateMachineBeginBB
3153 BasicBlock *StateMachineBeginBB = BasicBlock::Create( in buildCustomStateMachine() local
3169 A.registerManifestAddedBasicBlock(*StateMachineBeginBB); in buildCustomStateMachine()
3185 BranchInst::Create(StateMachineBeginBB, UserCodeEntryBB, IsWorker, InitBB); in buildCustomStateMachine()
3200 IRBuilder<>::InsertPoint(StateMachineBeginBB, in buildCustomStateMachine()
3201 StateMachineBeginBB->end()), in buildCustomStateMachine()
3210 CallInst::Create(BarrierFn, {Ident, GTid}, "", StateMachineBeginBB) in buildCustomStateMachine()
3220 WorkFnAI->getName() + ".generic", StateMachineBeginBB); in buildCustomStateMachine()
3228 KernelParallelFn, {WorkFnAI}, "worker.is_active", StateMachineBeginBB); in buildCustomStateMachine()
3231 StateMachineBeginBB); in buildCustomStateMachine()
3239 StateMachineBeginBB); in buildCustomStateMachine()
3244 StateMachineBeginBB); in buildCustomStateMachine()
3247 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
3317 BranchInst::Create(StateMachineBeginBB, StateMachineDoneBarrierBB) in buildCustomStateMachine()