Home
last modified time | relevance | path

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

12345678910

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp283 std::vector<WorkingData>().swap(Working); in clear()
310 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
331 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
413 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop()
436 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
446 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass()
519 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
520 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
531 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
532 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
[all …]
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h422 std::vector<WorkingData> Working; variable
453 assert(Head.Index < Working.size()); in getLoopPackage()
454 assert(Working[Head.Index].isLoopHeader()); in getLoopPackage()
455 return *Working[Head.Index].Loop; in getLoopPackage()
650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
670 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
684 const auto &Working = BFI.Working[Node.Index];
686 if (Working.isAPackage())
687 for (const auto &I : Working.Loop->Exits)
1140 Working.reserve(RPOT.size());
[all …]
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp73 uint64_t Working; member in __anona4a975a40111::PGOHash
134 : Working(0), Count(0), HashVersion(HashVersion), MD5() {} in PGOHash()
749 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine()
751 Working = 0; in combine()
756 Working = Working << NumBitsPerType | Type; in combine()
765 return Working; in finalize()
768 if (Working) { in finalize()
772 MD5.update({(uint8_t)Working}); in finalize()
775 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in finalize()
/netbsd-src/external/apache2/llvm/dist/libcxx/docs/
H A DCxx1yStatus.rst26 - CWG - Core Language Working group
44 Library Working Group Issues Status
H A DCxx2bStatus.rst24 - CWG - Core Language Working group
42 Library Working Group Issues Status
H A DCxx1zStatus.rst25 - CWG - Core Language Working group
49 Library Working Group Issues Status
H A DCxx2aStatus.rst25 - CWG - Core Language Working group
51 Library Working Group Issues Status
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Basic/
H A DLangStandards.def93 C, "Working Draft for ISO C2x",
96 C, "Working Draft for ISO C2x with GNU extensions",
156 CXX, "Working draft for ISO C++ 2023 DIS",
161 CXX, "Working draft for ISO C++ 2023 DIS with GNU extensions",
/netbsd-src/external/bsd/openldap/dist/doc/rfc/
H A Drfc4510.txt7 Network Working Group K. Zeilenga, Ed.
149 Morgan, a product of the LDAPBIS and LDAPEXT Working Groups. The
151 Kille, a product of the ASID Working Group.
153 This document is a product of the IETF LDAPBIS Working Group.
H A Drfc4515.txt7 Network Working Group M. Smith, Ed.
412 of the IETF ASID Working Group.
416 Revision Working Group (ldapbis), and discussions within other IETF
417 Working Groups. The contributions of individuals in these working
H A Drfc3673.txt7 Network Working Group K. Zeilenga
149 Greenblatt in a November 1998 post to the IETF LDAPext Working Group
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/
H A Diterator31 // N4336 Working Draft, C++ Extensions for Library Fundamentals, Version 2
H A Darray54 * Working Draft, C++ Extensions for Library Fundamentals, Version 2
H A Dnumeric31 // N4336 Working Draft, C++ Extensions for Library Fundamentals, Version 2
H A Dmemory31 // N4336 Working Draft, C++ Extensions for Library Fundamentals, Version 2
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/
H A Diterator31 // N4336 Working Draft, C++ Extensions for Library Fundamentals, Version 2
H A Dnumeric31 // N4336 Working Draft, C++ Extensions for Library Fundamentals, Version 2
H A Darray54 * Working Draft, C++ Extensions for Library Fundamentals, Version 2
H A Dmemory31 // N4336 Working Draft, C++ Extensions for Library Fundamentals, Version 2
/netbsd-src/crypto/external/bsd/heimdal/dist/lib/wind/
H A Drfc3491.txt7 Network Working Group P. Hoffman
249 Many people from the IETF IDN Working Group and the Unicode Technical
/netbsd-src/external/gpl2/xcvs/dist/
H A DMINOR-BUGS13 ctime(3)-style date string at the end of the "Working revision:"
/netbsd-src/external/cddl/osnet/
H A DTODO24 * zfs_rename support, Working but there are some issues with LOCKDEBUG see comment above zfs_rename.
/netbsd-src/crypto/external/bsd/netpgp/dist/ref/
H A Drfc5581.txt7 Network Working Group D. Shaw
/netbsd-src/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dconfig.rst213 Working directory.
/netbsd-src/external/mpl/bind/dist/doc/arm/
H A Dtroubleshooting.inc.rst22 It's Not Working; How Can I Figure Out What's Wrong?

12345678910