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

  /external/llvm/lib/CodeGen/
SplitKit.h 42 /// spill or other instruction related with CurLI.
53 SlotIndex computeLastInsertPoint(const LiveInterval &CurLI,
60 SlotIndex getLastInsertPoint(const LiveInterval &CurLI,
67 return computeLastInsertPoint(CurLI, MBB);
71 MachineBasicBlock::iterator getLastInsertPointIter(const LiveInterval &CurLI,
119 const LiveInterval *CurLI;
127 /// UseBlocks - Blocks where CurLI has uses.
134 /// ThroughBlocks - Block numbers where CurLI is live through without uses.
143 // Sumarize statistics by counting instructions using CurLI.
146 /// calcLiveBlockInfo - Compute per-block information about CurLI
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
SplitKit.h 86 const LiveInterval *CurLI;
94 /// UseBlocks - Blocks where CurLI has uses.
101 /// ThroughBlocks - Block numbers where CurLI is live through without uses.
112 // Sumarize statistics by counting instructions using CurLI.
115 /// calcLiveBlockInfo - Compute per-block information about CurLI.
122 /// analyze - set CurLI to the specified interval, and analyze how it may be
126 /// didRepairRange() - Returns true if CurLI was invalid and has been repaired
136 const LiveInterval &getParent() const { return *CurLI; }
156 /// where CurLI has uses.
162 /// isThroughBlock - Return true if CurLI is live through MBB without uses
    [all...]

Completed in 123 milliseconds