HomeSort by relevance Sort by last modified time
    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 288 /// LRCalc - Cache for computing live ranges and SSA update. Each instance
291 LiveRangeCalc LRCalc[2];
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 207 milliseconds