Lines Matching refs:Instr2PosIndex
73 Instr2PosIndex.clear(); in init()
77 Instr2PosIndex[&MI] = LastIndex; in init()
88 Index = Instr2PosIndex.at(&MI); in getIndex()
93 auto It = Instr2PosIndex.find(&MI); in getIndex()
94 if (It != Instr2PosIndex.end()) { in getIndex()
112 !Instr2PosIndex.count(&*std::prev(Start))) { in getIndex()
116 while (End != CurMBB->end() && !Instr2PosIndex.count(&*(End))) { in getIndex()
124 Start == CurMBB->begin() ? 0 : Instr2PosIndex.at(&*std::prev(Start)); in getIndex()
130 uint64_t EndIndex = Instr2PosIndex.at(&*End); in getIndex()
158 Index = Instr2PosIndex.at(&MI); in getIndex()
164 Instr2PosIndex[&*I] = LastIndex; in getIndex()
166 Index = Instr2PosIndex.at(&MI); in getIndex()
174 DenseMap<const MachineInstr *, uint64_t> Instr2PosIndex; member in __anonf5ca9da10111::InstrPosIndexes