================
----------------
artagnon wrote:
```suggestion
auto Existing = CarriedDefToEscapingIdx.lookup(LiveOutDef);
auto &EV = Existing
? S.Escaping[Existing]
: S.addEscaping(LiveOutDef);
```
https://github.com/llvm/llvm-project/pull/205995