Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1369 bool IsDestLive = !LiveOut.available(MRI, Op0.getReg()); in expandPostRAPseudo() local
1381 if (IsDestLive) in expandPostRAPseudo()
1383 IsDestLive = true; in expandPostRAPseudo()
1390 if (IsDestLive) in expandPostRAPseudo()
1402 bool IsDestLive = !LiveOut.available(MRI, Op0.getReg()); in expandPostRAPseudo() local
1417 if (IsDestLive) in expandPostRAPseudo()
1419 IsDestLive = true; in expandPostRAPseudo()
1429 if (IsDestLive) in expandPostRAPseudo()