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

  /external/llvm/include/llvm/CodeGen/
LiveIntervalAnalysis.h 390 /// getCachedRegUnit - Return the live range for Unit if it has already
392 LiveRange *getCachedRegUnit(unsigned Unit) {
396 const LiveRange *getCachedRegUnit(unsigned Unit) const {
  /external/llvm/lib/CodeGen/
LiveIntervalAnalysis.cpp     [all...]
MachineVerifier.cpp     [all...]
RegisterPressure.cpp 153 return LIS->getCachedRegUnit(Reg);
    [all...]
RegisterCoalescer.cpp     [all...]

Completed in 144 milliseconds