Lines Matching refs:InstrMapping
142 assert(InstrMapping.count(UMI->MI) == 0 &&
144 InstrMapping[UMI->MI] = MaybeNewNode;
191 auto *UMI = InstrMapping.lookup(MI);
196 InstrMapping.erase(MI);
212 if (auto *UMI = InstrMapping.lookup(MI)) {
214 InstrMapping.erase(MI);
259 InstrMapping.clear();
284 for (auto &It : InstrMapping) {
292 "CSEMap mismatch, InstrMapping has MIs without "
297 // For every node in the CSEMap, make sure that the InstrMapping
300 if (!InstrMapping.count(UMI.MI))
302 "Node in CSE without InstrMapping:\n%s",
305 if (InstrMapping[UMI.MI] != &UMI)
308 stringify(InstrMapping[UMI.MI]->MI, S1),