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.cpp1043 int32_t UnknownCountInEdge = 0; member
1069 UnknownCountInEdge++; in addInEdge()
1259 this->getBBInfo(E->DestBB).UnknownCountInEdge--; in setInstrumentedCounts()
1301 getBBInfo(E->DestBB).UnknownCountInEdge--; in setEdgeCount()
1402 getBBInfo(nullptr).UnknownCountInEdge = 2; in readCounters()
1547 } else if (UseBBInfo->UnknownCountInEdge == 0) { in populateCounters()
1564 if (UseBBInfo->UnknownCountInEdge == 1) { in populateCounters()