HomeSort by relevance Sort by last modified time
    Searched refs:PhysRegSpillCands (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/CodeGen/
RegAllocBasic.cpp 223 SmallVector<unsigned, 8> PhysRegSpillCands;
236 PhysRegSpillCands.push_back(PhysReg);
246 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(),
247 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) {
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
RegAllocBasic.cpp 485 SmallVector<unsigned, 8> PhysRegSpillCands;
508 PhysRegSpillCands.push_back(PhysReg);
512 for (SmallVectorImpl<unsigned>::iterator PhysRegI = PhysRegSpillCands.begin(),
513 PhysRegE = PhysRegSpillCands.end(); PhysRegI != PhysRegE; ++PhysRegI) {

Completed in 51 milliseconds