Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DRegAllocBasic.cpp262 SmallVector<MCRegister, 8> PhysRegSpillCands; in selectOrSplit() local
277 PhysRegSpillCands.push_back(PhysReg); in selectOrSplit()
287 for (MCRegister &PhysReg : PhysRegSpillCands) { in selectOrSplit()