Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DCFGMST.h223 Ei->InMST = true; in computeMinimumSpanningTree()
236 Ei->InMST = true; in computeMinimumSpanningTree()
H A DGCOVProfiling.cpp224 bool InMST = false; member
233 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
758 if (E.InMST || E.Removed) in getInstrBB()
794 MST.addEdge(InstrBB, DestBB, 0).InMST = true; in getInstrBB()
873 E.InMST = false; in emitProfileNotes()
885 return E->Removed || (!E->InMST && !E->Place); in emitProfileNotes()
H A DPGOInstrumentation.cpp526 bool InMST = false; member
535 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
641 if (!E->InMST) in FuncPGOInstrumentation()
809 if (E->InMST || E->Removed) in getInstrBB()
855 NewEdge1.InMST = true; in getInstrBB()
1209 if (E->Removed || E->InMST) in setInstrumentedCounts()