HomeSort by relevance Sort by last modified time
    Searched refs:LRCalc (Results 1 - 2 of 2) sorted by null

  /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];
SplitKit.cpp 348 LRCalc[0].reset(&VRM.getMachineFunction());
350 LRCalc[1].reset(&VRM.getMachineFunction());
615 // The complement interval will be extended as needed by LRCalc.extend().
825 /// Values that were rematerialized are left alone, they need LRCalc.extend().
    [all...]

Completed in 606 milliseconds