Home
last modified time | relevance | path

Searched defs:BlockNamePrinter (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h150 struct BlockNamePrinter { struct
151 NodePtr N;
153 BlockNamePrinter(NodePtr Block) : N(Block) {} in BlockNamePrinter() function
154 BlockNamePrinter(TreeNodePtr TN) : N(TN ? TN->getBlock() : nullptr) {} in BlockNamePrinter() function