Searched refs:HistMap (Results 1 – 1 of 1) sorted by relevance
| /src/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
| H A D | DbgEntityHistoryCalculator.cpp | 332 DbgValueHistoryMap &HistMap, in clobberRegEntries() argument 334 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries() 343 auto &Entry = HistMap.getEntry(Var, Index); in clobberRegEntries() 373 DbgValueHistoryMap &HistMap) { in handleNewDebugValue() argument 375 if (HistMap.startDbgValue(Var, DV, NewIndex)) { in handleNewDebugValue() 383 auto &Entry = HistMap.getEntry(Var, Index); in handleNewDebugValue() 427 DbgValueHistoryMap &HistMap, in clobberRegisterUses() argument 436 clobberRegEntries(Var, I->first, ClobberingInstr, LiveEntries, HistMap, in clobberRegisterUses() 447 DbgValueHistoryMap &HistMap, in clobberRegisterUses() argument 453 clobberRegisterUses(RegVars, I, HistMap, LiveEntries, ClobberingInstr); in clobberRegisterUses()
|