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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.h209 void setCurrentRegionCount(uint64_t CurrentCount) { argument
210 RegionCount = CurrentCount;
H A DCodeGenFunction.cpp1120 uint64_t CurrentCount = std::max(PGO.getCurrentRegionCount(), TrueCount); local
1122 CurrentCount - TrueCount);
/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp310 unsigned Count = MBB->size(), CurrentCount = Count; local
318 Scheduler.enterRegion(MBB, I, Current, CurrentCount - Count);
319 Scheduler.setEndIndex(CurrentCount);
324 CurrentCount = Count;
325 Scheduler.Observe(MI, CurrentCount);
332 assert((MBB->begin() == Current || CurrentCount != 0) &&
334 Scheduler.enterRegion(MBB, MBB->begin(), Current, CurrentCount);
335 Scheduler.setEndIndex(CurrentCount);
/external/llvm/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp64 CurrentCount = (C == -1) ? UnrollCount : unsigned(C);
90 unsigned CurrentCount; member in class:__anon26305::LoopUnroll
94 bool UserCount; // CurrentCount is user-specified.
129 UP.Count = CurrentCount;
285 unsigned Count = UserCount ? CurrentCount : 0;

Completed in 123 milliseconds