Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.h50 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts() function
114 if (!haveRegionCounts()) in getRegionCount()
H A DCodeGenPGO.cpp943 if (!haveRegionCounts()) in applyFunctionAttributes()
1011 if (PGOReader && haveRegionCounts()) { in valueProfile()
1115 if (!PGO.haveRegionCounts()) in createProfileWeightsForLoop()
H A DCGStmt.cpp1980 if (PGO.haveRegionCounts()) { in EmitSwitchStmt()