Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Support/
DGenericDomTreeConstruction.h149 LLVM_DEBUG(dbgs() << "\tHiding edge " << BlockNamePrinter(N) << " -> " in Get()
150 << BlockNamePrinter(Child) << "\n"); in Get()
156 LLVM_DEBUG(dbgs() << "\tShowing virtual edge " << BlockNamePrinter(N) in Get()
157 << " -> " << BlockNamePrinter(Child) << "\n"); in Get()
192 struct BlockNamePrinter { struct
195 BlockNamePrinter(NodePtr Block) : N(Block) {} in BlockNamePrinter() argument
196 BlockNamePrinter(TreeNodePtr TN) : N(TN ? TN->getBlock() : nullptr) {} in BlockNamePrinter() argument
198 friend raw_ostream &operator<<(raw_ostream &O, const BlockNamePrinter &BP) {
407 LLVM_DEBUG(dbgs() << "Found a new trivial root: " << BlockNamePrinter(N) in FindRoots()
410 << BlockNamePrinter(SNCA.NumToNode[Num]) << "\n"); in FindRoots()
[all …]