Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.h53 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts() function
108 if (!haveRegionCounts()) in getRegionCount()
DCodeGenPGO.cpp721 if (!haveRegionCounts()) in applyFunctionAttributes()
833 if (!PGO.haveRegionCounts()) in createProfileWeightsForLoop()
DCGStmt.cpp1478 if (PGO.haveRegionCounts()) { in EmitSwitchStmt()