Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp68 DenseMap<BasicBlock *, SmallDenseMap<Instruction *, Marker>> BBMarkerSet; in collectMarkers() local
90 BBMarkerSet[UI->getParent()][UI] = {AllocaNo, IsStart}; in collectMarkers()
115 auto &BlockMarkerSet = BBMarkerSet[BB]; in collectMarkers()
/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp55 DenseMap<BasicBlock *, SmallDenseMap<Instruction *, Marker>> BBMarkerSet; in collectMarkers() local
77 BBMarkerSet[UI->getParent()][UI] = {AllocaNo, IsStart}; in collectMarkers()
102 auto &BlockMarkerSet = BBMarkerSet[BB]; in collectMarkers()
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp94 BBMarkerSet; in collectMarkers() local
116 BBMarkerSet[BB][II] = {AllocaNo, IsStart}; in collectMarkers()
137 auto &BlockMarkerSet = BBMarkerSet[BB]; in collectMarkers()