Lines Matching refs:AggressiveAntiDepState
54 AggressiveAntiDepState::AggressiveAntiDepState(const unsigned TargetRegs, in AggressiveAntiDepState() function in AggressiveAntiDepState
70 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { in GetGroup()
78 void AggressiveAntiDepState::GetGroupRegs( in GetGroupRegs()
81 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs) in GetGroupRegs()
89 unsigned AggressiveAntiDepState::UnionGroups(unsigned Reg1, unsigned Reg2) { in UnionGroups()
104 unsigned AggressiveAntiDepState::LeaveGroup(unsigned Reg) { in LeaveGroup()
114 bool AggressiveAntiDepState::IsLive(unsigned Reg) { in IsLive()
148 State = new AggressiveAntiDepState(TRI->getNumRegs(), BB); in StartBlock()
298 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in HandleLastUse()
348 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in PrescanInstruction()
400 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in PrescanInstruction()
435 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in ScanInstruction()
483 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in ScanInstruction()
544 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in FindSuitableFreeRegisters()
746 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in BreakAntiDependencies()