Searched refs:ComputeEnd (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUAtomicOptimizer.cpp | 86 BasicBlock *ComputeLoop, BasicBlock *ComputeEnd) const; 561 Instruction &I, BasicBlock *ComputeLoop, BasicBlock *ComputeEnd) const { in buildScanIteratively() 616 B.CreateCondBr(IsEnd, ComputeEnd, ComputeLoop); in buildScanIteratively() 618 B.SetInsertPoint(ComputeEnd); in buildScanIteratively() 749 BasicBlock *ComputeEnd = nullptr; in optimizeAtomic() local 779 ComputeEnd = BasicBlock::Create(C, "ComputeEnd", F); in optimizeAtomic() 781 ComputeLoop, ComputeEnd); in optimizeAtomic() 861 B.SetInsertPoint(ComputeEnd); in optimizeAtomic() 873 {DominatorTree::Insert, ComputeLoop, ComputeEnd}}); in optimizeAtomic() 878 DomTreeUpdates.push_back({DominatorTree::Insert, ComputeEnd, Succ}); in optimizeAtomic() [all …]
|
H A D | SIISelLowering.cpp | 4878 auto [ComputeLoop, ComputeEnd] = splitBlockForLoop(MI, BB, true); in lowerWaveReduce() 4952 RetBB = ComputeEnd; in lowerWaveReduce()
|