Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp350 InterferenceCache IntfCache; member in __anonc49c92c20111::RAGreedy
1363 Cand.reset(IntfCache, 0); in calcCompactRegion()
1871 if (NumCands == IntfCache.getMaxCursors()) { in calculateRegionSplitCost()
1892 Cand.reset(IntfCache, PhysReg); in calculateRegionSplitCost()
3237 IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI); in runOnMachineFunction()