Searched defs:BlockNamePrinter (Results 1 – 1 of 1) sorted by relevance
151 struct BlockNamePrinter { struct152 NodePtr N;154 BlockNamePrinter(NodePtr Block) : N(Block) {} in BlockNamePrinter() function155 BlockNamePrinter(TreeNodePtr TN) : N(TN ? TN->getBlock() : nullptr) {} in BlockNamePrinter() function