OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
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)
148
State = new
AggressiveAntiDepState
(TRI->getNumRegs(), BB);
304
std::multimap<unsigned,
AggressiveAntiDepState
::RegisterReference>
[
all
...]
Completed in 32 milliseconds