Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h193 struct BlockNamePrinter { struct
196 BlockNamePrinter(NodePtr Block) : N(Block) {} in BlockNamePrinter() function
488 << BlockNamePrinter(Root) << " "); in FindRoots()
593 << BlockNamePrinter(W) << "\n"); in attachNewSubtree()
646 << BlockNamePrinter(To) << "\n"); in InsertEdge()
919 << BlockNamePrinter(To) << "\n"); in DeleteEdge()
940 dbgs() << "\tTo (" << BlockNamePrinter(To) in DeleteEdge()
1281 errs() << BlockNamePrinter(N) << ", "; in verifyRoots()
1314 errs() << "CFG node " << BlockNamePrinter(N) in verifyReachability()
1511 errs() << "Child " << BlockNamePrinter(Child) in verifyParentProperty()
[all …]