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()
297 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in HandleLastUse()
346 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in PrescanInstruction()
397 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in PrescanInstruction()
432 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in ScanInstruction()
480 AggressiveAntiDepState::RegisterReference RR = { &MO, RC }; in ScanInstruction()
540 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in FindSuitableFreeRegisters()
737 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>& in BreakAntiDependencies()