Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp209 bool InMST; member
213 : SrcBB(Src), DestBB(Dest), Weight(W), InMST(false), Removed(false), in PGOEdge()
217 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
277 if (!E->InMST) in FuncPGOInstrumentation()
309 if (E->InMST || E->Removed) in getInstrBB()
349 if (!E->InMST && !E->Removed) in instrumentOneFunc()
564 NewEdge1.InMST = true; in setInstrumentedCounts()
DCFGMST.h151 Ei->InMST = true; in computeMinimumSpanningTree()
160 Ei->InMST = true; in computeMinimumSpanningTree()