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
129 if (!haveRegionCounts()) in getRegionCount()
H A DCodeGenPGO.cpp1184 if (!haveRegionCounts()) in applyFunctionAttributes()
1389 if (PGOReader && haveRegionCounts()) { in valueProfile()
1493 if (!PGO.haveRegionCounts()) in createProfileWeightsForLoop()
H A DCGStmt.cpp2188 if (PGO.haveRegionCounts()) { in EmitSwitchStmt()