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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp494 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
519 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
558 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
594 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
609 Cnt.applyAdjustmentsToRegion(BC.BreakCount + BC.ContinueCount);
670 Cnt.applyAdjustmentsToRegion(0);
712 Cnt.applyAdjustmentsToRegion(0);
725 Cnt.applyAdjustmentsToRegion(0);
738 Cnt.applyAdjustmentsToRegion(0);
H A DCodeGenPGO.h228 void applyAdjustmentsToRegion(uint64_t LoopAdjust) { function in class:clang::CodeGen::RegionCounter

Completed in 340 milliseconds