Home
last modified time | relevance | path

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

/minix/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DAggressiveAntiDepBreaker.cpp42 AggressiveAntiDepState::AggressiveAntiDepState(const unsigned TargetRegs, in AggressiveAntiDepState() argument
44 NumTargetRegs(TargetRegs), GroupNodes(TargetRegs, 0), in AggressiveAntiDepState()
45 GroupNodeIndices(TargetRegs, 0), in AggressiveAntiDepState()
46 KillIndices(TargetRegs, 0), in AggressiveAntiDepState()
47 DefIndices(TargetRegs, 0) in AggressiveAntiDepState()
H A DAggressiveAntiDepBreaker.h75 AggressiveAntiDepState(const unsigned TargetRegs, MachineBasicBlock *BB);