Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DRegAllocGreedy.cpp345 InterferenceCache IntfCache; member in __anone1e285680111::RAGreedy
1417 Cand.reset(IntfCache, MCRegister::NoRegister); in calcCompactRegion()
1893 if (NumCands == IntfCache.getMaxCursors()) { in calculateRegionSplitCost()
1914 Cand.reset(IntfCache, PhysReg); in calculateRegionSplitCost()
3356 IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI); in runOnMachineFunction()