Searched refs:InstIds (Results 1 – 3 of 3) sorted by relevance
166 InstIds[MI] = CurInstr; in processDefs()295 InstIds.clear(); in releaseMemory()336 assert(InstIds.count(MI) && "Unexpected machine instuction."); in getReachingDef()337 int InstId = InstIds.lookup(MI); in getReachingDef()400 auto F = InstIds.find(&MI); in getInstFromId()401 if (F != InstIds.end() && F->second == InstId) in getInstFromId()409 assert(InstIds.count(MI) && "Unexpected machine instuction."); in getClearance()410 return InstIds.lookup(MI) - getReachingDef(MI, Reg); in getClearance()525 if (LocalDef && InstIds.lookup(LocalDef) < InstIds.lookup(MI)) in getUniqueReachingMIDef()568 return InstIds.lookup(&Last) > InstIds.lookup(MI); in isRegUsedAfter()
141 DenseMap<MachineInstr *, int> InstIds;
1654 static const std::array<const char *, 12> InstIds = { in printSDelayALU() local1669 const char *Name = Value < InstIds.size() ? InstIds[Value] : BadInstId; in printSDelayALU()1684 const char *Name = Value < InstIds.size() ? InstIds[Value] : BadInstId; in printSDelayALU()