Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenPGO.h55 bool haveRegionCounts() const { return !RegionCounts.empty(); } in haveRegionCounts() function
130 if (!haveRegionCounts()) in getRegionCount()
DCodeGenPGO.cpp773 if (!haveRegionCounts()) in applyFunctionAttributes()
880 if (!haveRegionCounts()) in createLoopWeights()
DCGStmt.cpp1572 if (PGO.haveRegionCounts()) { in EmitSwitchStmt()