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

/external/clang/lib/CodeGen/
H A DCodeGenPGO.cpp213 uint64_t CurrentCount; member in struct:__anon1307::ComputeRegionCounts
232 CountMap[S] = CurrentCount;
239 CurrentCount = Count;
287 CurrentCount = 0;
295 CurrentCount = 0;
301 CurrentCount = 0;
316 BreakContinueStack.back().BreakCount += CurrentCount;
317 CurrentCount = 0;
324 BreakContinueStack.back().ContinueCount += CurrentCount;
325 CurrentCount
[all...]
H A DCodeGenFunction.cpp930 uint64_t CurrentCount = getCurrentProfileCount(); local
932 setCurrentProfileCount(getCurrentProfileCount() + CurrentCount);
1368 uint64_t CurrentCount = std::max(getCurrentProfileCount(), TrueCount); local
1370 createProfileWeights(TrueCount, CurrentCount - TrueCount);
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
H A DLoopUnrollPass.cpp54 CurrentCount = (C == -1) ? UnrollCount : unsigned(C);
71 unsigned CurrentCount; member in class:__anon20238::LoopUnroll
166 unsigned Count = CurrentCount;
/external/llvm/lib/CodeGen/
H A DPostRASchedulerList.cpp336 unsigned Count = MBB.size(), CurrentCount = Count; local
344 Scheduler.enterRegion(&MBB, I, Current, CurrentCount - Count);
345 Scheduler.setEndIndex(CurrentCount);
350 CurrentCount = Count;
351 Scheduler.Observe(MI, CurrentCount);
358 assert((MBB.begin() == Current || CurrentCount != 0) &&
360 Scheduler.enterRegion(&MBB, MBB.begin(), Current, CurrentCount);
361 Scheduler.setEndIndex(CurrentCount);
/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DPostRASchedulerList.cpp262 unsigned Count = MBB->size(), CurrentCount = Count; local
266 Scheduler.Run(MBB, I, Current, CurrentCount);
269 CurrentCount = Count - 1;
270 Scheduler.Observe(MI, CurrentCount);
276 assert((MBB->begin() == Current || CurrentCount != 0) &&
278 Scheduler.Run(MBB, MBB->begin(), Current, CurrentCount);

Completed in 130 milliseconds