Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DCFGDiff.h61 using UpdateMapType = SmallDenseMap<NodePtr, DeletesInserts>; variable
62 UpdateMapType Succ;
63 UpdateMapType Pred;
76 void printMap(raw_ostream &OS, const UpdateMapType &M) const { in printMap()