Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp3792 BasicBlock *StateMachineEndParallelBB = in buildCustomStateMachine() local
3804 A.registerManifestAddedBasicBlock(*StateMachineEndParallelBB); in buildCustomStateMachine()
3922 StateMachineEndParallelBB); in buildCustomStateMachine()
3925 BranchInst::Create(StateMachineEndParallelBB, PRExecuteBB) in buildCustomStateMachine()
3930 Kernel, StateMachineEndParallelBB); in buildCustomStateMachine()
3961 BranchInst::Create(StateMachineEndParallelBB, in buildCustomStateMachine()
3969 CallInst::Create(EndParallelFn, {}, "", StateMachineEndParallelBB); in buildCustomStateMachine()
3972 BranchInst::Create(StateMachineDoneBarrierBB, StateMachineEndParallelBB) in buildCustomStateMachine()