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 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 508 milliseconds