Home
last modified time | relevance | path

Searched refs:getInterferenceMatrix (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp128 : MF(MF), RA(RA), Matrix(RA.getInterferenceMatrix()), in RegAllocEvictionAdvisor()
H A DRegAllocGreedy.h141 LiveRegMatrix *getInterferenceMatrix() const { return Matrix; } in getInterferenceMatrix() function