Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Instrumentation/
H A DCFGMST.h238 Ei->InMST = true; in computeMinimumSpanningTree()
251 Ei->InMST = true; in dumpEdges()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp186 bool InMST = false; member
195 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
708 if (E.InMST || E.Removed) in getInstrBB()
744 MST.addEdge(InstrBB, DestBB, 0).InMST = true; in getInstrBB()
828 E.InMST = false; in emitProfileNotes()
840 return E->Removed || (!E->InMST && !E->Place); in emitProfileNotes()
H A DPGOInstrumentation.cpp496 bool InMST = false; member
505 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
625 if (!E->InMST) in FuncPGOInstrumentation()
783 if (E->InMST || E->Removed) in getInstrBB()
829 NewEdge1.InMST = true; in getInstrBB()
1266 if (E->Removed || E->InMST) in setInstrumentedCounts()