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 36 class LLVM_LIBRARY_VISIBILITY AggressiveAntiDepState {
75 AggressiveAntiDepState(const unsigned TargetRegs, MachineBasicBlock *BB);
96 AggressiveAntiDepState::RegisterReference> *RegRefs);
124 AggressiveAntiDepState *State;
AggressiveAntiDepBreaker.cpp 42 AggressiveAntiDepState::AggressiveAntiDepState(const unsigned TargetRegs,
60 unsigned AggressiveAntiDepState::GetGroup(unsigned Reg) {
68 void AggressiveAntiDepState::GetGroupRegs(
71 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference> *RegRefs)
79 unsigned AggressiveAntiDepState::UnionGroups(unsigned Reg1, unsigned Reg2)
95 unsigned AggressiveAntiDepState::LeaveGroup(unsigned Reg)
106 bool AggressiveAntiDepState::IsLive(unsigned Reg)
143 State = new AggressiveAntiDepState(TRI->getNumRegs(), BB);
295 std::multimap<unsigned, AggressiveAntiDepState::RegisterReference>
    [all...]

Completed in 182 milliseconds