HomeSort by relevance Sort by last modified time
    Searched refs:AggressiveAntiDepState (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
AggressiveAntiDepBreaker.h 35 /// Class AggressiveAntiDepState
37 class AggressiveAntiDepState {
78 AggressiveAntiDepState(const unsigned TargetRegs, MachineBasicBlock *BB);
99 AggressiveAntiDepState::RegisterReference> *RegRefs);
130 AggressiveAntiDepState *State;
AggressiveAntiDepBreaker.cpp 43 AggressiveAntiDepState::AggressiveAntiDepState(const unsigned TargetRegs,
61 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) {
69 void AggressiveAntiDepState::GetGroupRegs(
72 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs)
80 unsigned AggressiveAntiDepState::UnionGroups(unsigned Reg1, unsigned Reg2)
96 unsigned AggressiveAntiDepState::LeaveGroup(unsigned Reg)
107 bool AggressiveAntiDepState::IsLive(unsigned Reg)
149 State = new AggressiveAntiDepState(TRI->getNumRegs(), BB);
323 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>
    [all...]

Completed in 548 milliseconds