Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/Support/
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()