Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp346 void setEdgeCount(uint64_t Value) { in setEdgeCount() function
422 void setEdgeCount(DirectEdges &Edges, uint64_t Value);
476 E->setEdgeCount(CountValue); in setInstrumentedCounts()
485 NewEdge.setEdgeCount(CountValue); in setInstrumentedCounts()
488 NewEdge1.setEdgeCount(CountValue); in setInstrumentedCounts()
496 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount() function in __anon10d6878d0211::PGOUseFunc
500 E->setEdgeCount(Value); in setEdgeCount()
595 setEdgeCount(Count.OutEdges, Total); in populateCounters()
600 setEdgeCount(Count.InEdges, Total); in populateCounters()