Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDbgEntityHistoryCalculator.cpp325 DbgValueHistoryMap &HistMap, in clobberRegEntries() argument
327 EntryIndex ClobberIndex = HistMap.startClobber(Var, ClobberingInstr); in clobberRegEntries()
336 auto &Entry = HistMap.getEntry(Var, Index); in clobberRegEntries()
366 DbgValueHistoryMap &HistMap) { in handleNewDebugValue() argument
368 if (HistMap.startDbgValue(Var, DV, NewIndex)) { in handleNewDebugValue()
376 auto &Entry = HistMap.getEntry(Var, Index); in handleNewDebugValue()
420 DbgValueHistoryMap &HistMap, in clobberRegisterUses() argument
429 clobberRegEntries(Var, I->first, ClobberingInstr, LiveEntries, HistMap, in clobberRegisterUses()
440 DbgValueHistoryMap &HistMap, in clobberRegisterUses() argument
446 clobberRegisterUses(RegVars, I, HistMap, LiveEntries, ClobberingInstr); in clobberRegisterUses()