Searched refs:HistMap (Results 1 – 1 of 1) sorted by relevance
| /freebsd/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() 374 DbgValueHistoryMap &HistMap) { in handleNewDebugValue() argument 376 if (HistMap.startDbgValue(Var, DV, NewIndex)) { in handleNewDebugValue() 396 auto &Entry = HistMap.getEntry(Var, Index); in handleNewDebugValue() 440 DbgValueHistoryMap &HistMap, in clobberRegisterUses() argument 449 clobberRegEntries(Var, I->first, ClobberingInstr, LiveEntries, HistMap, in clobberRegisterUses() 460 DbgValueHistoryMap &HistMap, in clobberRegisterUses() argument 466 clobberRegisterUses(RegVars, I, HistMap, LiveEntries, ClobberingInstr); in clobberRegisterUses()
|