Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp401 void setEdgeCount(uint64_t Value) { in setEdgeCount() function
511 void setEdgeCount(DirectEdges &Edges, uint64_t Value);
551 E->setEdgeCount(CountValue); in setInstrumentedCounts()
560 NewEdge.setEdgeCount(CountValue); in setInstrumentedCounts()
563 NewEdge1.setEdgeCount(CountValue); in setInstrumentedCounts()
571 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount() function in __anon10d6878d0211::PGOUseFunc
575 E->setEdgeCount(Value); in setEdgeCount()
681 setEdgeCount(Count.OutEdges, Total); in populateCounters()
686 setEdgeCount(Count.InEdges, Total); in populateCounters()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Instrumentation/
DPGOInstrumentation.cpp787 void setEdgeCount(uint64_t Value) { in setEdgeCount() function
931 void setEdgeCount(DirectEdges &Edges, uint64_t Value);
973 E->setEdgeCount(CountValue); in setInstrumentedCounts()
982 NewEdge.setEdgeCount(CountValue); in setInstrumentedCounts()
985 NewEdge1.setEdgeCount(CountValue); in setInstrumentedCounts()
995 void PGOUseFunc::setEdgeCount(DirectEdges &Edges, uint64_t Value) { in setEdgeCount() function in PGOUseFunc
999 E->setEdgeCount(Value); in setEdgeCount()
1117 setEdgeCount(Count->OutEdges, Total); in populateCounters()
1125 setEdgeCount(Count->InEdges, Total); in populateCounters()