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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp883 void setEdgeCount(uint64_t Value) { function in struct:__anon5604::PGOUseEdge
1044 void setEdgeCount(DirectEdges &Edges, uint64_t Value);
1087 auto setEdgeCount = [this](PGOUseEdge *E, uint64_t Value) -> void { local
1088 E->setEdgeCount(Value);
1105 setEdgeCount(E.get(), SrcInfo.CountValue);
1112 setEdgeCount(E.get(), DestInfo.CountValue);
1118 setEdgeCount(E.get(), 0);
1125 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { function in class:PGOUseFunc
1129 E->setEdgeCount(Value);
1245 setEdgeCount(Coun
[all...]

Completed in 201 milliseconds