Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonFrameLowering.cpp2239 std::map<int,SlotInfo> FIRangeMap; in optimizeSpillSlots() local
2289 SlotInfo &SI = FIRangeMap[TFI]; in optimizeSpillSlots()
2341 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots()
2358 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots()
2370 auto &RL = FIRangeMap[I.first].Map[&B]; in optimizeSpillSlots()
2376 for (auto &P : FIRangeMap) { in optimizeSpillSlots()
2398 for (auto &P : FIRangeMap) { in optimizeSpillSlots()
2448 HexagonBlockRanges::RangeList &RL = FIRangeMap[FI].Map[&B]; in optimizeSpillSlots()