Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp792 void setEdgeCount(uint64_t Value) { in setEdgeCount() function
937 void setEdgeCount(DirectEdges &Edges, uint64_t Value);
979 E->setEdgeCount(CountValue); in setInstrumentedCounts()
988 NewEdge.setEdgeCount(CountValue); in setInstrumentedCounts()
991 NewEdge1.setEdgeCount(CountValue); in setInstrumentedCounts()
1001 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount() function in PGOUseFunc
1005 E->setEdgeCount(Value); in setEdgeCount()
1124 setEdgeCount(Count->OutEdges, Total); in populateCounters()
1132 setEdgeCount(Count->InEdges, Total); in populateCounters()