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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 391 /// getCachedRegUnit - Return the live range for Unit if it has already
393 LiveRange *getCachedRegUnit(unsigned Unit) {
397 const LiveRange *getCachedRegUnit(unsigned Unit) const {
  /external/llvm/lib/CodeGen/
LiveRangeEdit.cpp 264 if (LiveRange *LR = LIS.getCachedRegUnit(*Units)) {
MachineVerifier.cpp     [all...]
RegisterCoalescer.cpp     [all...]
RegisterPressure.cpp 154 return LIS->getCachedRegUnit(Reg);
    [all...]
InlineSpiller.cpp     [all...]
LiveIntervalAnalysis.cpp 747 return LIS.getCachedRegUnit(Unit);
    [all...]

Completed in 199 milliseconds