Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp176 bool InMST; member
180 : SrcBB(Src), DestBB(Dest), Weight(W), InMST(false), Removed(false), in PGOEdge()
184 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
244 if (!E->InMST) in FuncPGOInstrumentation()
276 if (E->InMST || E->Removed) in getInstrBB()
316 if (!E->InMST && !E->Removed) in instrumentOneFunc()
489 NewEdge1.InMST = true; in setInstrumentedCounts()
DCFGMST.h152 Ei->InMST = true; in computeMinimumSpanningTree()
161 Ei->InMST = true; in computeMinimumSpanningTree()