Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DRegAllocBasic.cpp223 SmallVector<unsigned, 8> PhysRegSpillCands; in selectOrSplit() local
236 PhysRegSpillCands.push_back(PhysReg); in selectOrSplit()
246 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit()
247 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit()