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.h253 Ei->InMST = true; in computeMinimumSpanningTree()
266 Ei->InMST = true; in computeMinimumSpanningTree()
277 !LI->getLoopFor(Ei->DestBB)->contains(Ei->SrcBB) && Ei->InMST) in validateLoopEntryInstrumentation()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp190 bool InMST = false; member
199 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
686 if (E.InMST || E.Removed) in getInstrBB()
722 MST.addEdge(InstrBB, DestBB, 0).InMST = true; in getInstrBB()
811 E.InMST = false; in emitProfileNotes()
823 return E->Removed || (!E->InMST && !E->Place); in emitProfileNotes()
H A DPGOInstrumentation.cpp558 bool InMST = false; member
567 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
688 if (!E->InMST) in FuncPGOInstrumentation()
846 if (E->InMST || E->Removed) in getInstrBB()
892 NewEdge1.InMST = true; in getInstrBB()
1347 if (E->Removed || E->InMST) in setInstrumentedCounts()