Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUAtomicOptimizer.cpp557 PHINode *OldValuePhi = nullptr; in buildScanIteratively() local
559 OldValuePhi = B.CreatePHI(Ty, 2, "OldValuePhi"); in buildScanIteratively()
560 OldValuePhi->addIncoming(PoisonValue::get(Ty), EntryBB); in buildScanIteratively()
580 {Accumulator, LaneIdxInt, OldValuePhi}); in buildScanIteratively()
581 OldValuePhi->addIncoming(OldValue, ComputeLoop); in buildScanIteratively()