Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp209 bool InMST; member
213 : SrcBB(Src), DestBB(Dest), Weight(W), InMST(false), Removed(false), in PGOEdge()
217 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
277 if (!E->InMST) in FuncPGOInstrumentation()
309 if (E->InMST || E->Removed) in getInstrBB()
349 if (!E->InMST && !E->Removed) in instrumentOneFunc()
564 NewEdge1.InMST = true; in setInstrumentedCounts()
DCFGMST.h151 Ei->InMST = true; in computeMinimumSpanningTree()
160 Ei->InMST = true; in computeMinimumSpanningTree()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DCFGMST.h218 Ei->InMST = true; in computeMinimumSpanningTree()
231 Ei->InMST = true; in computeMinimumSpanningTree()
DPGOInstrumentation.cpp462 bool InMST = false; member
471 return (Twine(Removed ? "-" : " ") + (InMST ? " " : "*") + in infoString()
556 if (!E->InMST) in FuncPGOInstrumentation()
568 if (!E->InMST && !E->Removed) in getNumCounters()
683 if (E->InMST || E->Removed) in getInstrBB()
986 NewEdge1.InMST = true; in setInstrumentedCounts()