OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Sep 23 00:26:21 UTC 2026