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.cpp77 SmallVector<SmallVector<MachineMemOperand *, 8>, 16> SSRefs; member in __anonb7b65c290111::StackSlotColoring
209 SSRefs.resize(MFI->getObjectIndexEnd()); in ScanForSpillSlotRefs()
233 SSRefs[FI].push_back(MMO); in ScanForSpillSlotRefs()
393 for (unsigned SS = 0, SE = SSRefs.size(); SS != SE; ++SS) { in ColorSlots()
399 SmallVectorImpl<MachineMemOperand *> &RefMMOs = SSRefs[SS]; in ColorSlots()
552 for (auto &RefMMOs : SSRefs) in runOnMachineFunction()
554 SSRefs.clear(); in runOnMachineFunction()
H A DStackColoring.cpp984 std::vector<std::vector<MachineMemOperand *>> SSRefs( in remapInstructions() local
1058 SSRefs[FI].push_back(MMO); in remapInstructions()
1099 for (auto E : enumerate(SSRefs)) in remapInstructions()