Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4439 BasicBlock *StateMachineEndParallelBB = in buildCustomStateMachine() local
4451 A.registerManifestAddedBasicBlock(*StateMachineEndParallelBB); in buildCustomStateMachine()
4566 StateMachineEndParallelBB); in buildCustomStateMachine()
4569 BranchInst::Create(StateMachineEndParallelBB, PRExecuteBB) in buildCustomStateMachine()
4574 Kernel, StateMachineEndParallelBB); in buildCustomStateMachine()
4607 BranchInst::Create(StateMachineEndParallelBB, in buildCustomStateMachine()
4615 CallInst::Create(EndParallelFn, {}, "", StateMachineEndParallelBB); in buildCustomStateMachine()
4618 BranchInst::Create(StateMachineDoneBarrierBB, StateMachineEndParallelBB) in buildCustomStateMachine()