Home
last modified time | relevance | path

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

1234567891011

/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp283 std::vector<WorkingData>().swap(Working); in clear()
436 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
519 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
520 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
658 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
784 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
785 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
787 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
817 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
854 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass()
[all …]
/netbsd/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()
455 return *Working[Head.Index].Loop; in getLoopPackage()
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());
1142 Working.emplace_back(Index);
1175 if (Working[Index].isLoopHeader()) {
1192 Working[Index].Loop = HeaderData.Loop;
[all …]
/netbsd/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/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenPGO.cpp73 uint64_t Working; member in __anon59cf3d7a0111::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/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/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/external/gpl3/gcc.old/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/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/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/external/gpl2/xcvs/dist/
H A DMINOR-BUGS13 ctime(3)-style date string at the end of the "Working revision:"
/netbsd/external/cddl/osnet/
H A DTODO24 * zfs_rename support, Working but there are some issues with LOCKDEBUG see comment above zfs_rename.
/netbsd/crypto/external/bsd/netpgp/dist/ref/
H A Drfc5581.txt7 Network Working Group D. Shaw
/netbsd/external/mpl/bind/dist/doc/arm/
H A Dconfiguration.rst42 // Working directory
67 // Working directory
H A Dtroubleshooting.rst22 It's Not Working; How Can I Figure Out What's Wrong?

1234567891011