Home
last modified time | relevance | path

Searched refs:StateMachineBeginBB (Results 1 – 1 of 1) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4427 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()
4528 StateMachineBeginBB); in buildCustomStateMachine()
4538 StateMachineBeginBB); in buildCustomStateMachine()
4541 IsDone, StateMachineBeginBB) in buildCustomStateMachine()
[all …]