HomeSort by: relevance | last modified time | path
    Searched refs:CFGMST (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
CFGMST.h 1 //===-- CFGMST.h - Minimum Spanning Tree for CFG ----------------*- C++ -*-===//
29 #define DEBUG_TYPE "cfgmst"
39 template <class Edge, class BBInfo> class CFGMST {
285 CFGMST(Function &Func, bool InstrumentFuncEntry_,
301 #undef DEBUG_TYPE // "cfgmst"
GCOVProfiling.cpp 16 #include "CFGMST.h"
756 static BasicBlock *getInstrBB(CFGMST<Edge, BBInfo> &MST, Edge &E,
801 static void dumpEdges(CFGMST<Edge, BBInfo> &MST, GCOVFunction &GF) {
865 CFGMST<Edge, BBInfo> MST(F, /*InstrumentFuncEntry_=*/false, BPI, BFI);
PGOInstrumentation.cpp 46 // The MST implementation is in Class CFGMST (CFGMST.h).
51 #include "CFGMST.h"
586 CFGMST<Edge, BBInfo> MST;
635 LLVM_DEBUG(dumpInfo("after CFGMST"));
1845 // same. Note this can be overwritten by the internal option in CFGMST.h

Completed in 77 milliseconds