Searched refs:IntfCache (Results 1 – 2 of 2) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 176 InterferenceCache IntfCache; member in __anonee6eecea0111::RAGreedy 841 Cand.reset(IntfCache, 0); in calcCompactRegion() 1109 if (NumCands == IntfCache.getMaxCursors()) { in tryRegionSplit() 1126 Cand.reset(IntfCache, PhysReg); in tryRegionSplit() 1631 IntfCache.init(MF, &PhysReg2LiveUnion[0], Indexes, TRI); in runOnMachineFunction()
|
/external/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 255 InterferenceCache IntfCache; member in __anon739613be0111::RAGreedy 1107 Cand.reset(IntfCache, 0); in calcCompactRegion() 1396 if (NumCands == IntfCache.getMaxCursors()) { in calculateRegionSplitCost() 1417 Cand.reset(IntfCache, PhysReg); in calculateRegionSplitCost() 2609 IntfCache.init(MF, Matrix->getLiveUnions(), Indexes, LIS, TRI); in runOnMachineFunction()
|