Home
last modified time | relevance | path

Searched refs:LoopAdjust (Results 1 – 2 of 2) sorted by relevance

/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.h222 void applyAdjustmentsToRegion(uint64_t LoopAdjust) { in applyAdjustmentsToRegion() argument
223 PGO->setCurrentRegionCount(ParentCount + Adjust + LoopAdjust); in applyAdjustmentsToRegion()
H A DCoverageMappingGen.cpp548 void applyAdjustmentsToRegion(Counter LoopAdjust) { in applyAdjustmentsToRegion() argument
550 Mapping.addCounters(ParentCount, Adjust), LoopAdjust)); in applyAdjustmentsToRegion()