Searched defs:setCurrentRegionCount (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCodeGenPGO.h69 void setCurrentRegionCount(uint64_t Count) { CurrentRegionCount = Count; } function in class:clang::CodeGen::CodeGenPGO
74 void setCurrentRegionUnreachable() { setCurrentRegionCount(0); }
94 setCurrentRegionCount(Count);
198 PGO->setCurrentRegionCount(RegionCount);
205 PGO->setCurrentRegionCount(RegionCount);
209 void setCurrentRegionCount(uint64_t CurrentCount) { function in class:clang::CodeGen::RegionCounter
211 PGO->setCurrentRegionCount(RegionCount);
229 PGO->setCurrentRegionCount(ParentCount + Adjust + LoopAdjust);

Completed in 119 milliseconds