Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1117 int32_t UnknownCountInEdge = 0; member
1143 UnknownCountInEdge++; in addInEdge()
1340 this->getBBInfo(E->DestBB).UnknownCountInEdge--; in setInstrumentedCounts()
1382 getBBInfo(E->DestBB).UnknownCountInEdge--; in setEdgeCount()
1488 getBBInfo(nullptr).UnknownCountInEdge = 2; in readCounters()
1626 } else if (UseBBInfo->UnknownCountInEdge == 0) { in populateCounters()
1643 if (UseBBInfo->UnknownCountInEdge == 1) { in populateCounters()