Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h50 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts() function
114 if (!haveRegionCounts()) in getRegionCount()
H A DCodeGenPGO.cpp935 if (!haveRegionCounts()) in applyFunctionAttributes()
1003 if (PGOReader && haveRegionCounts()) { in valueProfile()
1107 if (!PGO.haveRegionCounts()) in createProfileWeightsForLoop()
H A DCGStmt.cpp1860 if (PGO.haveRegionCounts()) { in EmitSwitchStmt()