Searched refs:AggressiveAntiDepState (Results 1 – 2 of 2) sorted by relevance
40 class LLVM_LIBRARY_VISIBILITY AggressiveAntiDepState {80 AggressiveAntiDepState(const unsigned TargetRegs, MachineBasicBlock *BB);101 AggressiveAntiDepState::RegisterReference> *RegRefs);129 AggressiveAntiDepState *State = nullptr;
54 AggressiveAntiDepState::AggressiveAntiDepState(const unsigned TargetRegs, in AggressiveAntiDepState() function in AggressiveAntiDepState70 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) { in GetGroup()78 void AggressiveAntiDepState::GetGroupRegs( in GetGroupRegs()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()[all …]