Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp1393 auto IdxIt = MTracker->StackSlotIdxes.find({SizeInBits.getValue(), 0}); in findLocationForMemOperand() local
1394 if (IdxIt == MTracker->StackSlotIdxes.end()) in findLocationForMemOperand()
1399 unsigned SpillID = MTracker->getSpillIDWithIdx(*SpillLoc, IdxIt->second); in findLocationForMemOperand()