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

/external/llvm/lib/CodeGen/
H A DRegAllocFast.cpp150 spillImpossible = ~0u enumerator in enum:__anon21193::RAFast::__anon21194
439 // Returns spillImpossible when PhysReg or an alias can't be spilled.
443 return spillImpossible;
453 return spillImpossible;
473 return spillImpossible;
549 unsigned BestReg = 0, BestCost = spillImpossible;

Completed in 134 milliseconds