Home
last modified time | relevance | path

Searched refs:Instr2PosIndex (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocFast.cpp74 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()
[all …]