OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LRCalc
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h
58
LiveRangeCalc *
LRCalc
;
/external/llvm/lib/CodeGen/
SplitKit.h
290
///
LRCalc
- Cache for computing live ranges and SSA update. Each instance
293
LiveRangeCalc
LRCalc
[2];
295
/// getLRCalc - Return the
LRCalc
to use for RegIdx. In spill mode, the
297
///
LRCalc
instance. When not in spill mode, all intervals can share one.
299
return
LRCalc
[SpillMode != SM_Partition && RegIdx != 0];
Completed in 575 milliseconds