/external/llvm/lib/Analysis/ |
D | BlockFrequencyInfoImpl.cpp | 248 std::vector<WorkingData>().swap(Working); in clear() 273 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() 294 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist() 369 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop() 379 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass() 402 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass() 466 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local 467 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop() 478 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops() 479 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops() [all …]
|
/external/llvm/include/llvm/Analysis/ |
D | 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) 970 Working.reserve(RPOT.size()); [all …]
|
/external/clang/include/clang/Frontend/ |
D | LangStandards.def | 111 "Working draft for ISO C++ 2014", 114 "Working draft for ISO C++ 2014 with GNU extensions", 119 "Working draft for ISO C++ 2017", 123 "Working draft for ISO C++ 2017 with GNU extensions",
|
/external/clang/lib/CodeGen/ |
D | CodeGenPGO.cpp | 216 uint64_t Working; member in __anon4141c6920111::PGOHash 258 PGOHash() : Working(0), Count(0) {} in PGOHash() 752 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine() 754 Working = 0; in combine() 759 Working = Working << NumBitsPerType | Type; in combine() 768 return Working; in finalize() 771 if (Working) in finalize() 772 MD5.update(Working); in finalize()
|
/external/zlib/src/as400/ |
D | compile.clp | 33 /* Working storage. */
|
/external/mdnsresponder/ |
D | README.txt | 9 work of the IETF Zero Configuration Networking Working Group: 12 The Zeroconf Working Group has identified three requirements for Zero
|
/external/llvm/lib/CodeGen/ |
D | ScheduleDAGInstrs.cpp | 103 SmallVector<const Value *, 4> Working(1, V); in getUnderlyingObjects() local 105 V = Working.pop_back_val(); in getUnderlyingObjects() 119 Working.push_back(O); in getUnderlyingObjects() 125 } while (!Working.empty()); in getUnderlyingObjects()
|
/external/markdown/docs/ |
D | writing_extensions.txt | 27 * [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
|
D | using_as_module.txt | 53 Working with Files
|
/external/chromium_org/third_party/angle/extensions/ |
D | EXT_color_buffer_float.txt | 11 OpenGL ES Working Group members
|
/external/libvorbis/doc/ |
D | rfc5215.txt | 7 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/ |
D | README.txt | 92 = Working on the Analyzer =
|
/external/qemu/distrib/sdl-1.2.15/ |
D | README.MacOSX | 166 * Working directory
|
/external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/ |
D | Readme SDL Developer.txt | 207 - Working directory
|
/external/chromium_org/third_party/libsrtp/srtp/doc/ |
D | intro.txt | 12 Transport (AVT) Working Group. This library supports all of the
|
/external/zlib/src/doc/ |
D | rfc1950.txt | 7 Network Working Group P. Deutsch
|
D | rfc1952.txt | 7 Network Working Group P. Deutsch
|
D | rfc1951.txt | 7 Network Working Group P. Deutsch
|
/external/srtp/doc/ |
D | intro.txt | 12 Transport (AVT) Working Group. This library supports all of the
|
/external/libogg/doc/ |
D | rfc5334.txt | 7 Network Working Group I. Goncalves
|
D | rfc3533.txt | 7 Network Working Group S. Pfeiffer
|
/external/lldb/source/Host/macosx/ |
D | Host.mm | 1266 kinfo.kp_proc.p_flag & P_WEXIT || // Working on exiting?
|
/external/libpcap/doc/ |
D | pcap.txt | 3 Network Working Group L. Degioanni
|
/external/antlr/antlr-3.4/tool/ |
D | CHANGES.txt | 1125 * Working with Kay Roepke, we got about 15% speed improvement in 1873 * Working with Egor Ushakov from Sun Optimization / NetBeans team I
|
/external/chromium_org/third_party/libxml/src/ |
D | NEWS | 793 - implement xml:id Working Draft, relaxed XPath id() checking
|