Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4428 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()
[all …]