Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DRegAllocGreedy.cpp462 bool *CanCauseEvictionChain);
493 bool *CanCauseEvictionChain = nullptr);
1548 bool *CanCauseEvictionChain) { in calcGlobalSplitCost() argument
1567 if (CanCauseEvictionChain && in calcGlobalSplitCost()
1575 *CanCauseEvictionChain = true; in calcGlobalSplitCost()
1608 if (EnableAdvancedRASplitCost && CanCauseEvictionChain && in calcGlobalSplitCost()
1617 *CanCauseEvictionChain = true; in calcGlobalSplitCost()
1814 bool CanCauseEvictionChain = false; in tryRegionSplit() local
1817 false /*IgnoreCSR*/, &CanCauseEvictionChain); in tryRegionSplit()
1824 CanCauseEvictionChain) { in tryRegionSplit()
[all …]