Home
last modified time | relevance | path

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

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