Searched refs:ComputeEnd (Results 1 – 2 of 2) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
| H A D | AMDGPUAtomicOptimizer.cpp | 86 BasicBlock *ComputeLoop, BasicBlock *ComputeEnd) const; 569 Instruction &I, BasicBlock *ComputeLoop, BasicBlock *ComputeEnd) const { in buildScanIteratively() 630 B.CreateCondBr(IsEnd, ComputeEnd, ComputeLoop); in buildScanIteratively() 632 B.SetInsertPoint(ComputeEnd); in buildScanIteratively() 762 BasicBlock *ComputeEnd = nullptr; in optimizeAtomic() local 800 ComputeEnd = BasicBlock::Create(C, "ComputeEnd", F); in optimizeAtomic() 802 ComputeLoop, ComputeEnd); in optimizeAtomic() 879 B.SetInsertPoint(ComputeEnd); in optimizeAtomic() 891 {DominatorTree::Insert, ComputeLoop, ComputeEnd}, in optimizeAtomic() 894 Predecessor = ComputeEnd; in optimizeAtomic()
|
| H A D | SIISelLowering.cpp | 4634 auto [ComputeLoop, ComputeEnd] = splitBlockForLoop(MI, BB, true); in lowerWaveReduce() 4708 RetBB = ComputeEnd; in lowerWaveReduce()
|