Searched refs:InstIds (Results 1 – 3 of 3) sorted by relevance
143 InstIds[MI] = CurInstr; in processDefs()225 InstIds.clear(); in releaseMemory()264 assert(InstIds.count(MI) && "Unexpected machine instuction."); in getReachingDef()265 int InstId = InstIds.lookup(MI); in getReachingDef()311 auto F = InstIds.find(&MI); in getInstFromId()312 if (F != InstIds.end() && F->second == InstId) in getInstFromId()321 assert(InstIds.count(MI) && "Unexpected machine instuction."); in getClearance()322 return InstIds.lookup(MI) - getReachingDef(MI, PhysReg); in getClearance()441 if (LocalDef && InstIds.lookup(LocalDef) < InstIds.lookup(MI)) in getUniqueReachingMIDef()485 return InstIds.lookup(&Last) > InstIds.lookup(MI); in isRegUsedAfter()
94 DenseMap<MachineInstr *, int> InstIds;
1747 static const std::array<const char *, 12> InstIds = { in printSDelayALU() local1762 const char *Name = Value < InstIds.size() ? InstIds[Value] : BadInstId; in printSDelayALU()1777 const char *Name = Value < InstIds.size() ? InstIds[Value] : BadInstId; in printSDelayALU()