Home
last modified time | relevance | path

Searched refs:getCachedRegUnit (Results 1 – 4 of 4) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DLiveIntervalAnalysis.h339 LiveInterval *getCachedRegUnit(unsigned Unit) { in getCachedRegUnit() function
/external/llvm/lib/CodeGen/
DMachineVerifier.cpp982 if (const LiveInterval *LI = LiveInts->getCachedRegUnit(*Units)) { in checkLiveness()
1316 if (const LiveInterval *LI = LiveInts->getCachedRegUnit(i)) in verifyLiveIntervals()
DRegisterCoalescer.cpp778 if (LiveInterval *LI = LIS->getCachedRegUnit(*Units)) in reMaterializeTrivialDef()
DLiveIntervalAnalysis.cpp1113 if (LiveInterval *LI = LIS.getCachedRegUnit(*Units)) in collectRanges()