Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h195 struct BlockNamePrinter { struct
196 NodePtr N;
198 BlockNamePrinter(NodePtr Block) : N(Block) {} in BlockNamePrinter() function
199 BlockNamePrinter(TreeNodePtr TN) : N(TN ? TN->getBlock() : nullptr) {} in BlockNamePrinter() argument