Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h218 Ei->InMST = true; in computeMinimumSpanningTree()
231 Ei->InMST = true; in computeMinimumSpanningTree()
H A DPGOInstrumentation.cpp467 bool InMST = false; member
476 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
561 if (!E->InMST) in FuncPGOInstrumentation()
573 if (!E->InMST && !E->Removed) in getNumCounters()
688 if (E->InMST || E->Removed) in getInstrBB()
992 NewEdge1.InMST = true; in setInstrumentedCounts()