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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp951 int32_t UnknownCountInEdge = 0; member in struct:__anon4592::UseBBInfo
983 UnknownCountInEdge++;
1138 this->getBBInfo(E->DestBB).UnknownCountInEdge--;
1180 getBBInfo(E->DestBB).UnknownCountInEdge--;
1242 getBBInfo(nullptr).UnknownCountInEdge = 2;
1278 } else if (Count->UnknownCountInEdge == 0) {
1296 if (Count->UnknownCountInEdge == 1) {

Completed in 52 milliseconds