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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.h146 int64_t Adjust; member in class:clang::CodeGen::RegionCounter
150 ParentCount(PGO.getCurrentRegionCount()), Adjust(0) {}
156 ParentCount(PGO.getCurrentRegionCount()), Adjust(0) {}
169 return Count + Adjust;
205 /// Adjust for non-local control flow after emitting a subexpression or
210 Adjust += PGO->getCurrentRegionCount() - RegionCount;
220 PGO->setCurrentRegionCount(ParentCount + Adjust + LoopAdjust);
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp3435 int Adjust = 0; local
3447 --Adjust;
3457 --Adjust;
3475 Adjust -= 2;
3478 --Adjust;
3488 Adjust -= 2;
3603 ++Adjust;
3607 return Adjust;
3689 // Adjust for IT block position.
3692 // Adjust fo
[all...]

Completed in 119 milliseconds