Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp85 DenseMap<MDNode *, SmallVector<Instruction *, 4>> DebugLoc2Annotated; in runImpl() local
93 auto Iter = DebugLoc2Annotated.insert({I.getDebugLoc().getAsMDNode(), {}}); in runImpl()
111 for (auto &KV : DebugLoc2Annotated) { in runImpl()