OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WorstMapLine
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
RenderMachineFunction.h
173
typedef std::map<const TargetRegisterClass*, unsigned>
WorstMapLine
;
174
typedef std::map<const TargetRegisterClass*,
WorstMapLine
> VRWorstMap;
177
typedef std::map<unsigned,
WorstMapLine
> PRWorstMap;
RenderMachineFunction.cpp
349
WorstMapLine
&pregLine = prWorst[preg];
374
WorstMapLine
&classLine = vrWorst[trc1];
410
const
WorstMapLine
*wml = 0;
422
WorstMapLine
::const_iterator wmlItr = wml->find(trc);
[
all
...]
Completed in 178 milliseconds