Searched refs:SpillDepth (Results 1 - 1 of 1) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DInlineSpiller.cpp380 unsigned SpillDepth = ~0u; local
434 if (SpillDepth == ~0u)
435 SpillDepth = Loops.getLoopDepth(SV.SpillMBB);
440 if ((Loops.getLoopDepth(DepSV.SpillMBB) > SpillDepth) &&

Completed in 224 milliseconds