Searched refs:RegionCount (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenPGO.h154 uint64_t RegionCount; member in class:clang::CodeGen::RegionCounter
195 RegionCount = Count;
197 RegionCount += PGO->getCurrentRegionCount();
198 PGO->setCurrentRegionCount(RegionCount);
204 RegionCount = ParentCount - Count;
205 PGO->setCurrentRegionCount(RegionCount);
210 RegionCount = CurrentCount;
211 PGO->setCurrentRegionCount(RegionCount);
219 Adjust += PGO->getCurrentRegionCount() - RegionCount;
221 RegionCount
[all...]

Completed in 158 milliseconds