Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp297 std::vector<WorkingData>().swap(Working); in clear()
450 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
533 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
534 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
672 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
798 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
799 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
801 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
831 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
868 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass()
[all …]
H A DValueTracking.cpp4475 SmallVector<const Value *, 4> Working(1, V); in getUnderlyingObjectsForCodeGen() local
4477 V = Working.pop_back_val(); in getUnderlyingObjectsForCodeGen()
4489 Working.push_back(O); in getUnderlyingObjectsForCodeGen()
4501 } while (!Working.empty()); in getUnderlyingObjectsForCodeGen()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h428 std::vector<WorkingData> Working; variable
684 const auto &Working = BFI.Working[Node.Index];
686 if (Working.isAPackage())
687 for (const auto &I : Working.Loop->Exits)
1183 Working.reserve(RPOT.size());
1185 Working.emplace_back(Index);
1207 Working[Header.Index].Loop = &Loops.back();
1218 if (Working[Index].isLoopHeader()) {
1235 Working[Index].Loop = HeaderData.Loop;
1337 Working[0].getMass() = BlockMass::getFull();
[all …]
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp73 uint64_t Working; member in __anon06aaba6d0111::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()
/freebsd-13.1/contrib/llvm-project/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",
/freebsd-13.1/contrib/subversion/subversion/libsvn_wc/
H A Dlibsvn_wc.pc.in7 Description: Subversion Working Copy Library
H A DREADME86 Structure of the Working Copy
89 Working copy meta-information is stored in a single .svn/ subdirectory, in
/freebsd-13.1/contrib/llvm-project/openmp/
H A DCREDITS.txt37 N: John Mellor-Crummey and other members of the OpenMP Tools Working Group
/freebsd-13.1/crypto/heimdal/lib/wind/
H A Drfc3491.txt7 Network Working Group P. Hoffman
249 Many people from the IETF IDN Working Group and the Unicode Technical
H A Drfc4518.txt7 Network Working Group K. Zeilenga
429 Working Group.
H A Drfc4013.txt7 Network Working Group K. Zeilenga
H A Drfc3490.txt7 Network Working Group P. Faltstrom
105 the IDN Working Group would depend on user applications, resolvers,
/freebsd-13.1/share/doc/papers/
H A Dbsdreferences.bib72 booktitle = {Proceedings of the 8th Working Conference on Mining Software Repositories},
91 …booktitle = {Proceedings of the 2008 International Working Conference on Mining Software Repositor…
/freebsd-13.1/usr.sbin/bsdconfig/networking/share/
H A Dhostname.subr68 # with standards set-forth in RFC's 952 and 1123 of the Network Working Group:
/freebsd-13.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DRSTP-MIB.txt37 ORGANIZATION "IETF Bridge MIB Working Group"
H A DBRIDGE-MIB.txt37 ORGANIZATION "IETF Bridge MIB Working Group"
/freebsd-13.1/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib10 -- NTP Working Group (ntpwg)
36 ORGANIZATION "The IETF NTP Working Group (ntpwg)"
/freebsd-13.1/crypto/heimdal/appl/telnet/
H A DREADME.ORIG725 Telnet Working Group, and an RFC has not yet been
734 Telnet Working Group, and an RFC has not yet been
741 Telnet Working Group, and an RFC has not yet been
/freebsd-13.1/crypto/openssl/doc/man3/
H A DEC_POINT_new.pod139 projective co-ordinates are expressed as three values x, y and z. Working in
/freebsd-13.1/sys/contrib/zlib/doc/
H A Drfc1950.txt7 Network Working Group P. Deutsch
H A Drfc1952.txt7 Network Working Group P. Deutsch
H A Drfc1951.txt7 Network Working Group P. Deutsch
/freebsd-13.1/contrib/subversion/
H A Dbuild.conf404 description = Subversion Working Copy Library
/freebsd-13.1/contrib/file/magic/Magdir/
H A Dwindows389 >20 lelong&16 16 \b, Has Working directory
/freebsd-13.1/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr93 # with standards set-forth in RFC's 952 and 1123 of the Network Working Group:

12