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

  /external/llvm/lib/Analysis/
BlockFrequencyInfoImpl.cpp 248 std::vector<WorkingData>().swap(Working);
273 BlockNode Resolved = Working[Succ.Index].getResolvedNode();
294 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) {
369 if (auto *Loop = Working[M.Index].getPackagedLoop())
379 BlockMass Mass = Working[Source.Index].getMass();
402 Working[W.TargetNode.Index].getMass() += Taken;
466 const auto &Working = BFI.Working[N.Index];
467 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scal
    [all...]
  /external/llvm/include/llvm/Analysis/
BlockFrequencyInfoImpl.h 383 std::vector<WorkingData> Working;
408 assert(Head.Index < Working.size());
409 assert(Working[Head.Index].isLoopHeader());
410 return *Working[Head.Index].Loop;
581 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
599 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
612 const auto &Working = BFI.Working[Node.Index];
614 if (Working.isAPackage())
615 for (const auto &I : Working.Loop->Exits
    [all...]
  /external/clang/lib/CodeGen/
CodeGenPGO.cpp 216 uint64_t Working;
258 PGOHash() : Working(0), Count(0) {}
752 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working);
754 Working = 0;
759 Working = Working << NumBitsPerType | Type;
763 // Use Working as the hash directly if we never used MD5.
768 return Working;
770 // Check for remaining work in Working.
771 if (Working)
    [all...]
  /external/chromium_org/media/test/data/eme_player_js/
globals.js 35 var EME_UNPREFIXED_VERSION = 'Unprefixed EME (Working draft)';
  /external/deqp/execserver/tools/
xsClient.cpp 296 printf(" --workdir=[dir] Working directory\n");
  /external/llvm/lib/CodeGen/
ScheduleDAGInstrs.cpp 103 SmallVector<const Value *, 4> Working(1, V);
105 V = Working.pop_back_val();
119 Working.push_back(O);
125 } while (!Working.empty());
    [all...]
  /external/clang/tools/scan-build/
scan-build 640 <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 377 milliseconds