Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DStackSlotColoring.cpp78 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anonb7b65c290111::StackSlotColoring
219 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()
243 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()
405 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()
411 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()
555 for (auto &RefMMOs : SSRefs) in run()
557 SSRefs.clear(); in run()
H A DStackColoring.cpp990 std::vector<std::vector<MachineMemOperand *>> SSRefs( in remapInstructions() local
1065 SSRefs[FI].push_back(MMO); in remapInstructions()
1106 for (auto E : enumerate(SSRefs)) in remapInstructions()