OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:RegUnitInfo
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
InterferenceCache.h
63
///
RegUnitInfo
- Information tracked about each RegUnit in PhysReg.
66
struct
RegUnitInfo
{
80
RegUnitInfo
(LiveIntervalUnion &LIU)
88
SmallVector<
RegUnitInfo
, 4> RegUnits;
InterferenceCache.cpp
132
RegUnitInfo
&RUI = RegUnits[i];
138
RegUnitInfo
&RUI = RegUnits[i];
Completed in 34 milliseconds