Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp326 DbgValueHistoryMap &HistMap, in clobberRegEntries() argument
328 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries()
337 auto &Entry = HistMap.getEntry(Var, Index); in clobberRegEntries()
367 DbgValueHistoryMap &HistMap) { in handleNewDebugValue() argument
369 if (HistMap.startDbgValue(Var, DV, NewIndex)) { in handleNewDebugValue()
377 auto &Entry = HistMap.getEntry(Var, Index); in handleNewDebugValue()
421 DbgValueHistoryMap &HistMap, in clobberRegisterUses() argument
430 clobberRegEntries(Var, I->first, ClobberingInstr, LiveEntries, HistMap, in clobberRegisterUses()
441 DbgValueHistoryMap &HistMap, in clobberRegisterUses() argument
447 clobberRegisterUses(RegVars, I, HistMap, LiveEntries, ClobberingInstr); in clobberRegisterUses()