Home
last modified time | relevance | path

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

/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/IPO/
H A DOpenMPOpt.cpp4192 BasicBlock *StateMachineEndParallelBB = in buildCustomStateMachine() local
4204 A.registerManifestAddedBasicBlock(*StateMachineEndParallelBB); in buildCustomStateMachine()
4321 StateMachineEndParallelBB); in buildCustomStateMachine()
4324 BranchInst::Create(StateMachineEndParallelBB, PRExecuteBB) in buildCustomStateMachine()
4329 Kernel, StateMachineEndParallelBB); in buildCustomStateMachine()
4360 BranchInst::Create(StateMachineEndParallelBB, in buildCustomStateMachine()
4368 CallInst::Create(EndParallelFn, {}, "", StateMachineEndParallelBB); in buildCustomStateMachine()
4371 BranchInst::Create(StateMachineDoneBarrierBB, StateMachineEndParallelBB) in buildCustomStateMachine()