Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4436 BasicBlock *StateMachineEndParallelBB = in buildCustomStateMachine() local
4448 A.registerManifestAddedBasicBlock(*StateMachineEndParallelBB); in buildCustomStateMachine()
4563 StateMachineEndParallelBB); in buildCustomStateMachine()
4566 BranchInst::Create(StateMachineEndParallelBB, PRExecuteBB) in buildCustomStateMachine()
4571 Kernel, StateMachineEndParallelBB); in buildCustomStateMachine()
4604 BranchInst::Create(StateMachineEndParallelBB, in buildCustomStateMachine()
4612 CallInst::Create(EndParallelFn, {}, "", StateMachineEndParallelBB); in buildCustomStateMachine()
4615 BranchInst::Create(StateMachineDoneBarrierBB, StateMachineEndParallelBB) in buildCustomStateMachine()