Searched refs:canEvictInterference (Results 1 – 1 of 1) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | RegAllocGreedy.cpp | 467 bool canEvictInterference(LiveInterval&, unsigned, bool, EvictionCost&, 783 if (canEvictInterference(VirtReg, Hint, true, MaxCost, FixedRegisters)) { in tryAssign() 872 bool RAGreedy::canEvictInterference(LiveInterval &VirtReg, unsigned PhysReg, in canEvictInterference() function in RAGreedy 1158 if (!canEvictInterference(VirtReg, PhysReg, false, BestCost, in tryEvict()
|