Home
last modified time | relevance | path

Searched refs:Working (Results 1 – 25 of 33) sorted by relevance

12

/external/llvm/include/llvm/Analysis/
DBlockFrequencyInfoImpl.h373 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)
957 Working.reserve(RPOT.size());
[all …]
/external/llvm/lib/Analysis/
DBlockFrequencyInfoImpl.cpp247 std::vector<WorkingData>().swap(Working); in clear()
272 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
293 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
371 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop()
381 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
404 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass()
477 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
478 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
489 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
490 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
[all …]
/external/clang/lib/CodeGen/
DCodeGenPGO.cpp95 uint64_t Working; member in __anone18cd8db0111::PGOHash
137 PGOHash() : Working(0), Count(0) {} in PGOHash()
628 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine()
630 Working = 0; in combine()
635 Working = Working << NumBitsPerType | Type; in combine()
644 return Working; in finalize()
647 if (Working) in finalize()
648 MD5.update(Working); in finalize()
/external/droiddriver/
Dcontributing_aosp.md1 ## Working on AOSP
36 #### Working with gerrit
/external/skia/site/dev/chrome/
Drepo.md1 Working in a Chromium repo
/external/clang/include/clang/Frontend/
DLangStandards.def126 "Working draft for ISO C++ 2017",
130 "Working draft for ISO C++ 2017 with GNU extensions",
/external/libxml2/os400/libxmlrpg/
Dxinclude.rpgle4 * World Wide Web Consortium Last Call Working Draft 10 November 2003
Dcatalog.rpgle8 * XML Catalogs Working Draft 06 August 2001
/external/zlib/src/as400/
Dcompile.clp33 /* Working storage. */
/external/mdnsresponder/
DREADME.txt9 work of the IETF Zero Configuration Networking Working Group:
12 The Zeroconf Working Group has identified three requirements for Zero
/external/llvm/lib/CodeGen/
DScheduleDAGInstrs.cpp102 SmallVector<const Value *, 4> Working(1, V); in getUnderlyingObjects() local
104 V = Working.pop_back_val(); in getUnderlyingObjects()
118 Working.push_back(O); in getUnderlyingObjects()
124 } while (!Working.empty()); in getUnderlyingObjects()
/external/markdown/docs/
Dwriting_extensions.txt27 * [Working with the ElementTree][]
150 [Working with the ElementTree][] below.
296 <h3 id="working_with_et">Working with the ElementTree</h3>
587 [Working with the ElementTree]: #working_with_et
Dusing_as_module.txt53 Working with Files
/external/libvorbis/doc/
Drfc5215.txt7 Network Working Group L. Barbato
1018 IETF Audio/Video Transport Working Group
1035 IETF AVT Working Group delegated from the IESG
1090 IETF Audio/Video Transport Working Group
1104 IETF AVT Working Group delegated from the IESG
/external/clang/lib/StaticAnalyzer/
DREADME.txt92 = Working on the Analyzer =
/external/chromium-trace/trace-viewer/third_party/Paste/docs/
Dpaste-httpserver-threadpool.txt42 * Working on a request
/external/srtp/doc/
Dintro.txt12 Transport (AVT) Working Group. This library supports all of the
/external/zlib/src/doc/
Drfc1950.txt7 Network Working Group P. Deutsch
Drfc1952.txt7 Network Working Group P. Deutsch
Drfc1951.txt7 Network Working Group P. Deutsch
/external/libogg/doc/
Drfc5334.txt7 Network Working Group I. Goncalves
Drfc3533.txt7 Network Working Group S. Pfeiffer
/external/libpcap/doc/
Dpcap.txt3 Network Working Group L. Degioanni
/external/lldb/source/Host/macosx/
DHost.mm1266 kinfo.kp_proc.p_flag & P_WEXIT || // Working on exiting?
/external/chromium-trace/trace-viewer/third_party/WebOb/docs/
Dnews.txt278 values was nonsensical on Python 3. Working with non-ascii encoded environ

12