Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.h57 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts() function
116 if (!haveRegionCounts()) in getRegionCount()
DCodeGenPGO.cpp729 if (!haveRegionCounts()) in applyFunctionAttributes()
783 if (PGOReader && haveRegionCounts()) { in valueProfile()
886 if (!PGO.haveRegionCounts()) in createProfileWeightsForLoop()
DCGStmt.cpp1538 if (PGO.haveRegionCounts()) { in EmitSwitchStmt()