Lines Matching refs:Liveness
42 raw_ostream &operator<< (raw_ostream &OS, const Print<Liveness::RefMap> &P) { in operator <<()
87 NodeList Liveness::getAllReachingDefs(RegisterRef RefRR, in getAllReachingDefs()
235 NodeList Liveness::getAllReachingDefs(NodeAddr<RefNode*> RefA) { in getAllReachingDefs()
240 NodeSet Liveness::getAllReachingDefsRec(RegisterRef RefRR, in getAllReachingDefsRec()
281 NodeSet Liveness::getAllReachedUses(RegisterRef RefRR, in getAllReachedUses()
324 void Liveness::computePhiInfo() { in computePhiInfo()
526 void Liveness::computeLiveIns() { in computeLiveIns()
650 void Liveness::resetLiveIns() { in resetLiveIns()
668 void Liveness::resetKills() { in resetKills()
674 void Liveness::resetKills(MachineBasicBlock *B) { in resetKills()
732 bool Liveness::isRestricted(NodeAddr<InstrNode*> IA, NodeAddr<RefNode*> RA, in isRestricted()
747 RegisterRef Liveness::getRestrictedRegRef(NodeAddr<RefNode*> RA) const { in getRestrictedRegRef()
758 unsigned Liveness::getPhysReg(RegisterRef RR) const { in getPhysReg()
767 MachineBasicBlock *Liveness::getBlockWithRef(NodeId RN) const { in getBlockWithRef()
775 void Liveness::traverse(MachineBasicBlock *B, RefMap &LiveIn) { in traverse()
936 void Liveness::emptify(RefMap &M) { in emptify()