Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp957 void setEdgeCount(uint64_t Value) { in setEdgeCount() function
1123 void setEdgeCount(DirectEdges &Edges, uint64_t Value);
1173 auto setEdgeCount = [this](PGOUseEdge *E, uint64_t Value) -> void { in setInstrumentedCounts() local
1174 E->setEdgeCount(Value); in setInstrumentedCounts()
1191 setEdgeCount(E.get(), SrcInfo.CountValue); in setInstrumentedCounts()
1198 setEdgeCount(E.get(), DestInfo.CountValue); in setInstrumentedCounts()
1204 setEdgeCount(E.get(), 0); in setInstrumentedCounts()
1211 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount() function in PGOUseFunc
1215 E->setEdgeCount(Value); in setEdgeCount()
1616 setEdgeCount(Count->OutEdges, Total); in populateCounters()
[all …]