Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocEvictionAdvisor.cpp127 : MF(MF), RA(RA), Matrix(RA.getInterferenceMatrix()), in RegAllocEvictionAdvisor()
H A DRegAllocGreedy.h143 LiveRegMatrix *getInterferenceMatrix() const { return Matrix; } in getInterferenceMatrix() function