Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1362 bool IsDestLive = !LiveOut.available(MRI, Op0.getReg()); in expandPostRAPseudo() local
1374 if (IsDestLive) in expandPostRAPseudo()
1376 IsDestLive = true; in expandPostRAPseudo()
1383 if (IsDestLive) in expandPostRAPseudo()
1395 bool IsDestLive = !LiveOut.available(MRI, Op0.getReg()); in expandPostRAPseudo() local
1410 if (IsDestLive) in expandPostRAPseudo()
1412 IsDestLive = true; in expandPostRAPseudo()
1422 if (IsDestLive) in expandPostRAPseudo()