Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h223 Ei->InMST = true; in computeMinimumSpanningTree()
236 Ei->InMST = true; in computeMinimumSpanningTree()
H A DGCOVProfiling.cpp185 bool InMST = false; member
194 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
704 if (E.InMST || E.Removed) in getInstrBB()
740 MST.addEdge(InstrBB, DestBB, 0).InMST = true; in getInstrBB()
822 E.InMST = false; in emitProfileNotes()
834 return E->Removed || (!E->InMST && !E->Place); in emitProfileNotes()
H A DPGOInstrumentation.cpp451 bool InMST = false; member
460 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
566 if (!E->InMST) in FuncPGOInstrumentation()
738 if (E->InMST || E->Removed) in getInstrBB()
784 NewEdge1.InMST = true; in getInstrBB()
1156 if (E->Removed || E->InMST) in setInstrumentedCounts()