HomeSort by relevance Sort by last modified time
    Searched refs:CurrentCount (Results 1 - 10 of 10) sorted by null

  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 213 uint64_t CurrentCount;
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 = 0
    [all...]
CodeGenFunction.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopUnrollPass.cpp 54 CurrentCount = (C == -1) ? UnrollCount : unsigned(C);
71 unsigned CurrentCount;
166 unsigned Count = CurrentCount;
  /external/llvm/lib/CodeGen/
PostRASchedulerList.cpp 336 unsigned Count = MBB.size(), CurrentCount = Count;
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-7.0/llvm/lib/CodeGen/
PostRASchedulerList.cpp 336 unsigned Count = MBB.size(), CurrentCount = Count;
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/
PostRASchedulerList.cpp 262 unsigned Count = MBB->size(), CurrentCount = Count;
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);
  /device/linaro/bootloader/edk2/ShellPkg/Application/Shell/
ShellEnvVar.c 313 UINTN CurrentCount;
326 for ( CurrentCount = 0
328 ; CurrentCount++
330 CurrentString = Environment[CurrentCount];
  /device/linaro/bootloader/edk2/UefiCpuPkg/Include/Register/Msr/
HaswellMsr.h     [all...]
SkylakeMsr.h     [all...]
SandyBridgeMsr.h     [all...]

Completed in 2372 milliseconds