Home
last modified time | relevance | path

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

/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()