Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp323 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots() local
324 for (unsigned i = 0, e = RefMMOs.size(); i != e; ++i) in ColorSlots()
325 RefMMOs[i]->setValue(NewSV); in ColorSlots()