Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DStackSlotColoring.cpp61 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anon6785c94b0111::StackSlotColoring
140 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()
170 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()
316 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()
322 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()
458 for (unsigned i = 0, e = SSRefs.size(); i != e; ++i) in runOnMachineFunction()
459 SSRefs[i].clear(); in runOnMachineFunction()
460 SSRefs.clear(); in runOnMachineFunction()