Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp953 int32_t UnknownCountInEdge = 0; member
985 UnknownCountInEdge++; in addInEdge()
1149 this->getBBInfo(E->DestBB).UnknownCountInEdge--; in setInstrumentedCounts()
1191 getBBInfo(E->DestBB).UnknownCountInEdge--; in setEdgeCount()
1285 getBBInfo(nullptr).UnknownCountInEdge = 2; in readCounters()
1321 } else if (Count->UnknownCountInEdge == 0) { in populateCounters()
1339 if (Count->UnknownCountInEdge == 1) { in populateCounters()