Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DSafeStackColoring.cpp122 auto ProcessMarker = [&](Instruction *I, const Marker &M) { in collectMarkers() local
143 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()
151 ProcessMarker(&I, It->getSecond()); in collectMarkers()
/external/llvm/lib/CodeGen/
DSafeStackColoring.cpp109 auto ProcessMarker = [&](Instruction *I, const Marker &M) { in collectMarkers() local
130 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()
138 ProcessMarker(&I, It->getSecond()); in collectMarkers()
/external/llvm-project/llvm/lib/Analysis/
DStackLifetime.cpp143 auto ProcessMarker = [&](const IntrinsicInst *I, const Marker &M) { in collectMarkers() local
161 ProcessMarker(BlockMarkerSet.begin()->getFirst(), in collectMarkers()
172 ProcessMarker(II, It->getSecond()); in collectMarkers()