Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/
DStackSlotColoring.cpp74 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anonc2b9e7410111::StackSlotColoring
157 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()
185 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()
360 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()
366 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()
516 for (unsigned i = 0, e = SSRefs.size(); i != e; ++i) in runOnMachineFunction()
517 SSRefs[i].clear(); in runOnMachineFunction()
518 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()