Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/lib/CodeGen/
DStackSlotColoring.cpp73 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anon8c4213250111::StackSlotColoring
156 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()
183 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()
356 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()
362 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()
511 for (unsigned i = 0, e = SSRefs.size(); i != e; ++i) in runOnMachineFunction()
512 SSRefs[i].clear(); in runOnMachineFunction()
513 SSRefs.clear(); in runOnMachineFunction()
DStackColoring.cpp1012 std::vector<std::vector<MachineMemOperand *>> SSRefs( in remapInstructions() local
1086 SSRefs[FI].push_back(MMO); in remapInstructions()
1127 for (auto E : enumerate(SSRefs)) in remapInstructions()