Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DAnnotationRemarks.cpp47 DenseMap<MDNode *, SmallVector<Instruction *, 4>> DebugLoc2Annotated; in runImpl() local
55 DebugLoc2Annotated[I.getDebugLoc().getAsMDNode()].push_back(&I); in runImpl()
76 for (auto &KV : DebugLoc2Annotated) { in runImpl()