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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp931 void setEdgeCount(uint64_t Value) { function in struct:__anon4592::PGOUseEdge
1092 void setEdgeCount(DirectEdges &Edges, uint64_t Value);
1135 auto setEdgeCount = [this](PGOUseEdge *E, uint64_t Value) -> void { local
1136 E->setEdgeCount(Value);
1153 setEdgeCount(E.get(), SrcInfo.CountValue);
1160 setEdgeCount(E.get(), DestInfo.CountValue);
1166 setEdgeCount(E.get(), 0);
1173 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { function in class:PGOUseFunc
1177 E->setEdgeCount(Value);
1293 setEdgeCount(Coun
[all...]

Completed in 54 milliseconds