Lines Matching refs:Instr2PosIndex
74 Instr2PosIndex.clear(); in init()
78 Instr2PosIndex[&MI] = LastIndex; in init()
89 Index = Instr2PosIndex.at(&MI); in getIndex()
94 auto It = Instr2PosIndex.find(&MI); in getIndex()
95 if (It != Instr2PosIndex.end()) { in getIndex()
113 !Instr2PosIndex.count(&*std::prev(Start))) { in getIndex()
117 while (End != CurMBB->end() && !Instr2PosIndex.count(&*(End))) { in getIndex()
125 Start == CurMBB->begin() ? 0 : Instr2PosIndex.at(&*std::prev(Start)); in getIndex()
131 uint64_t EndIndex = Instr2PosIndex.at(&*End); in getIndex()
159 Index = Instr2PosIndex.at(&MI); in getIndex()
165 Instr2PosIndex[&*I] = LastIndex; in getIndex()
167 Index = Instr2PosIndex.at(&MI); in getIndex()
175 DenseMap<const MachineInstr *, uint64_t> Instr2PosIndex; member in __anonaa58e9000111::InstrPosIndexes