Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCodeGenPGO.h51 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts() function
115 if (!haveRegionCounts()) in getRegionCount()
H A DCodeGenPGO.cpp946 if (!haveRegionCounts()) in applyFunctionAttributes()
1014 if (PGOReader && haveRegionCounts()) { in valueProfile()
1118 if (!PGO.haveRegionCounts()) in createProfileWeightsForLoop()
H A DCGStmt.cpp1991 if (PGO.haveRegionCounts()) { in EmitSwitchStmt()