Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp127 BBMarkers[BB].push_back({InstNo, M}); in collectMarkers()
226 for (auto &It : BBMarkers[BB]) { in calculateLiveIntervals()
DSafeStackColoring.h106 DenseMap<BasicBlock *, SmallVector<std::pair<unsigned, Marker>, 4>> BBMarkers; variable
/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp114 BBMarkers[BB].push_back({InstNo, M}); in collectMarkers()
211 for (auto &It : BBMarkers[BB]) { in calculateLiveIntervals()
DSafeStackColoring.h91 DenseMap<BasicBlock *, SmallVector<std::pair<unsigned, Marker>, 4>> BBMarkers; variable
/external/llvm-project/llvm/include/llvm/Analysis/
DStackLifetime.h122 BBMarkers; variable
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp148 BBMarkers[BB].push_back({Instructions.size(), M}); in collectMarkers()
254 for (auto &It : BBMarkers[BB]) { in calculateLiveIntervals()