Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp562 PGOUseEdge &NewEdge1 = FuncInfo.MST.addEdge(InstrBB, DestBB, 0); in setInstrumentedCounts() local
563 NewEdge1.setEdgeCount(CountValue); in setInstrumentedCounts()
564 NewEdge1.InMST = true; in setInstrumentedCounts()