OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:LiveOutMap
(Results
1 - 2
of
2
) sorted by null
/external/llvm/lib/CodeGen/
LiveRangeCalc.h
53
///
LiveOutMap
- Map basic blocks to the value leaving the block.
54
typedef IndexedMap<LiveOutPair, MBB2NumberFunctor>
LiveOutMap
;
73
LiveOutMap
LiveOut;
ExecutionDepsFix.cpp
136
typedef DenseMap<MachineBasicBlock*, LiveReg*>
LiveOutMap
;
137
LiveOutMap
LiveOuts;
373
LiveOutMap
::const_iterator fi = LiveOuts.find(*pi);
707
LiveOutMap
::const_iterator FI = LiveOuts.find(*MBBI);
Completed in 731 milliseconds