Searched defs:LRCalc (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DLiveIntervalAnalysis.h59 LiveRangeCalc *LRCalc; member in class:llvm::LiveIntervals
/external/llvm/lib/CodeGen/
H A DSplitKit.h288 /// LRCalc - Cache for computing live ranges and SSA update. Each instance
291 LiveRangeCalc LRCalc[2]; member in class:llvm::SplitEditor
293 /// getLRCalc - Return the LRCalc to use for RegIdx. In spill mode, the
295 /// LRCalc instance. When not in spill mode, all intervals can share one.
297 return LRCalc[SpillMode != SM_Partition && RegIdx != 0];

Completed in 326 milliseconds