Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.h40 class LLVM_LIBRARY_VISIBILITY AggressiveAntiDepState {
80 AggressiveAntiDepState(const unsigned TargetRegs, MachineBasicBlock *BB);
101 AggressiveAntiDepState::RegisterReference> *RegRefs);
129 AggressiveAntiDepState *State = nullptr;
H A DAggressiveAntiDepBreaker.cpp54 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()
[all …]