Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocGreedy.h216 InterferenceCache IntfCache; variable
H A DRegAllocGreedy.cpp812 Cand.reset(IntfCache, MCRegister::NoRegister); in calcCompactRegion()
1101 if (NumCands == IntfCache.getMaxCursors()) { in calculateRegionSplitCostAroundReg()
1122 Cand.reset(IntfCache, PhysReg); in calculateRegionSplitCostAroundReg()
2765 IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI); in runOnMachineFunction()