Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h257 void dumpEdges(raw_ostream &OS, const Twine &Message) const { in dumpEdges() function
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlan.cpp1057 void VPlanPrinter::dumpEdges(const VPBlockBase *Block) { dumpEdges() function in VPlanPrinter
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp751 static void dumpEdges(CFGMST<Edge, BBInfo> &MST, GCOVFunction &GF) { in dumpEdges() function