Home
last modified time | relevance | path

Searched refs:getLiveIntervals (Results 1 – 3 of 3) sorted by relevance

/src/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPriorityAdvisor.cpp107 : RA(RA), LIS(RA.getLiveIntervals()), VRM(RA.getVirtRegMap()), in RegAllocPriorityAdvisor()
H A DRegAllocEvictionAdvisor.cpp129 LIS(RA.getLiveIntervals()), VRM(RA.getVirtRegMap()), in RegAllocEvictionAdvisor()
H A DRegAllocGreedy.h142 LiveIntervals *getLiveIntervals() const { return LIS; } in getLiveIntervals() function