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

  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/benchmark/
index.js 12 .add('Working copy', function () {
31 console.log('Working copy is x' + (this[0].hz / this[1].hz).toFixed(2) + ' times faster vs upstream.');
  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 247 std::vector<WorkingData>().swap(Working);
272 BlockNode Resolved = Working[Succ.Index].getResolvedNode();
293 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) {
371 if (auto *Loop = Working[M.Index].getPackagedLoop())
381 BlockMass Mass = Working[Source.Index].getMass();
404 Working[W.TargetNode.Index].getMass() += Taken;
477 const auto &Working = BFI.Working[N.Index];
478 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scal
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 373 std::vector<WorkingData> Working;
398 assert(Head.Index < Working.size());
399 assert(Working[Head.Index].isLoopHeader());
400 return *Working[Head.Index].Loop;
571 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
589 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
602 const auto &Working = BFI.Working[Node.Index];
604 if (Working.isAPackage())
605 for (const auto &I : Working.Loop->Exits
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 95 uint64_t Working;
137 PGOHash() : Working(0), Count(0) {}
628 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working);
630 Working = 0;
635 Working = Working << NumBitsPerType | Type;
639 // Use Working as the hash directly if we never used MD5.
644 return Working;
646 // Check for remaining work in Working.
647 if (Working)
    [all...]
  /external/deqp/execserver/tools/
xsClient.cpp 296 printf(" --workdir=[dir] Working directory\n");
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 102 SmallVector<const Value *, 4> Working(1, V);
104 V = Working.pop_back_val();
118 Working.push_back(O);
124 } while (!Working.empty());
    [all...]
  /external/clang/tools/scan-build/
scan-build 644 <tr><th>Working Directory:</th><td>${CurrentDir}</td></tr>
    [all...]
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-build/
scan-build 617 <tr><th>Working Directory:</th><td>${CurrentDir}</td></tr>
    [all...]
  /prebuilts/misc/linux-x86/analyzer/tools/scan-build/
scan-build 617 <tr><th>Working Directory:</th><td>${CurrentDir}</td></tr>
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs     [all...]

Completed in 1343 milliseconds