Home
last modified time | relevance | path

Searched refs:PhysRegSpillCands (Results 1 – 2 of 2) 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()
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DRegAllocBasic.cpp485 SmallVector<unsigned, 8> PhysRegSpillCands; in selectOrSplit() local
508 PhysRegSpillCands.push_back(PhysReg); in selectOrSplit()
512 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(), in selectOrSplit()
513 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) { in selectOrSplit()