Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DRegAllocGreedy.h208 InterferenceCache IntfCache; variable
H A DRegAllocGreedy.cpp760 Cand.reset(IntfCache, MCRegister::NoRegister); in calcCompactRegion()
1054 if (NumCands == IntfCache.getMaxCursors()) { in calculateRegionSplitCost()
1075 Cand.reset(IntfCache, PhysReg); in calculateRegionSplitCost()
2554 IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI); in runOnMachineFunction()