Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp490 BlockSkipInstsMap &BBSkipInstsMap);
523 BlockSkipInstsMap &BBSkipInstsMap);
1591 BlockSkipInstsMap &BBSkipInstsMap) { in findInsertLocation() argument
1615 auto MapIt = BBSkipInstsMap.find(MBB); in findInsertLocation()
1616 if (MapIt == BBSkipInstsMap.end()) in findInsertLocation()
1622 BBSkipInstsMap[MBB] = std::prev(I); in findInsertLocation()
1737 findInsertLocation(MBB, Idx, LIS, BBSkipInstsMap); in insertDebugLabel()
1778 LIS, TII, TRI, BBSkipInstsMap); in emitDebugValues()
1815 BlockSkipInstsMap BBSkipInstsMap; in emitDebugValues() local
1822 BBSkipInstsMap); in emitDebugValues()
[all …]