Home
last modified time | relevance | path

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

/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/visa/
H A DSpillCleanup.cpp138 std::list<INST_LIST_ITER>& coalesceableSpills, unsigned int min, in coalesceSpills() argument
145 auto leadInst = *coalesceableSpills.front(); in coalesceSpills()
152 for (auto d : coalesceableSpills) in coalesceSpills()
177 for (auto c : coalesceableSpills) in coalesceSpills()
188 auto f = coalesceableSpills.back(); in coalesceSpills()
191 for (auto spill : coalesceableSpills) in coalesceSpills()
195 coalesceableSpills.clear(); in coalesceSpills()
735 std::list<INST_LIST_ITER> coalesceableSpills; in analyzeSpillCoalescing() local
744 if (coalesceableSpills.size() > 0) in analyzeSpillCoalescing()
747 for (auto k : coalesceableSpills) in analyzeSpillCoalescing()
[all …]