Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/
H A DLiveDebugVariables.cpp488 BlockSkipInstsMap &BBSkipInstsMap);
521 BlockSkipInstsMap &BBSkipInstsMap);
1587 BlockSkipInstsMap &BBSkipInstsMap) { in findInsertLocation() argument
1611 auto MapIt = BBSkipInstsMap.find(MBB); in findInsertLocation()
1612 if (MapIt == BBSkipInstsMap.end()) in findInsertLocation()
1618 BBSkipInstsMap[MBB] = std::prev(I); in findInsertLocation()
1733 findInsertLocation(MBB, Idx, LIS, BBSkipInstsMap); in insertDebugLabel()
1774 LIS, TII, TRI, BBSkipInstsMap); in emitDebugValues()
1811 BlockSkipInstsMap BBSkipInstsMap; in emitDebugValues() local
1818 BBSkipInstsMap); in emitDebugValues()
[all …]