Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonInstrInfo.cpp1368 bool IsDestLive = !LiveOut.available(MRI, Op0.getReg()); in expandPostRAPseudo() local
1380 if (IsDestLive) in expandPostRAPseudo()
1382 IsDestLive = true; in expandPostRAPseudo()
1389 if (IsDestLive) in expandPostRAPseudo()
1401 bool IsDestLive = !LiveOut.available(MRI, Op0.getReg()); in expandPostRAPseudo() local
1416 if (IsDestLive) in expandPostRAPseudo()
1418 IsDestLive = true; in expandPostRAPseudo()
1428 if (IsDestLive) in expandPostRAPseudo()