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.cpp575 PHINode *OldValuePhi = nullptr; in buildScanIteratively() local
577 OldValuePhi = B.CreatePHI(Ty, 2, "OldValuePhi"); in buildScanIteratively()
578 OldValuePhi->addIncoming(PoisonValue::get(Ty), EntryBB); in buildScanIteratively()
598 {Accumulator, LaneIdxInt, OldValuePhi}); in buildScanIteratively()
599 OldValuePhi->addIncoming(OldValue, ComputeLoop); in buildScanIteratively()