Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.h53 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts() function
142 if (!haveRegionCounts()) in getRegionCount()
H A DCodeGenPGO.cpp1182 if (!haveRegionCounts()) in applyFunctionAttributes()
1404 if (PGOReader && haveRegionCounts()) { in valueProfile()
1507 if (!PGO->haveRegionCounts()) in createProfileWeightsForLoop()
H A DCGStmt.cpp2354 if (PGO->haveRegionCounts()) { in EmitSwitchStmt()