Home
last modified time | relevance | path

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

12

/freebsd-14.2/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()
527 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
528 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
663 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
789 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
790 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
792 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
822 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
859 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass()
[all …]
H A DValueTracking.cpp6032 SmallVector<const Value *, 4> Working(1, V); in getUnderlyingObjectsForCodeGen() local
6034 V = Working.pop_back_val(); in getUnderlyingObjectsForCodeGen()
6046 Working.push_back(O); in getUnderlyingObjectsForCodeGen()
6058 } while (!Working.empty()); in getUnderlyingObjectsForCodeGen()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h429 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)
1179 Working.reserve(RPOT.size());
1181 Working.emplace_back(Index);
1203 Working[Header.Index].Loop = &Loops.back();
1214 if (Working[Index].isLoopHeader()) {
1231 Working[Index].Loop = HeaderData.Loop;
1333 Working[0].getMass() = BlockMass::getFull();
[all …]
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp76 uint64_t Working; member in __anonfabf342f0111::PGOHash
137 : Working(0), Count(0), HashVersion(HashVersion) {} in PGOHash()
886 endian::byte_swap<uint64_t, llvm::endianness::little>(Working); in combine()
888 Working = 0; in combine()
893 Working = Working << NumBitsPerType | Type; in combine()
902 return Working; in finalize()
905 if (Working) { in finalize()
909 MD5.update({(uint8_t)Working}); in finalize()
913 endian::byte_swap<uint64_t, llvm::endianness::little>(Working); in finalize()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def92 C, "Working Draft for ISO C23",
96 C, "Working Draft for ISO C23 with GNU extensions",
171 CXX, "Working draft for C++2c",
177 CXX, "Working draft for C++2c with GNU extensions",
/freebsd-14.2/contrib/llvm-project/openmp/
H A DCREDITS.txt37 N: John Mellor-Crummey and other members of the OpenMP Tools Working Group
/freebsd-14.2/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,
H A Drfc3454.txt7 Network Working Group P. Hoffman
1185 Many people from the IETF IDN Working Group and the Unicode Technical
H A Drfc3492.txt7 Network Working Group A. Costello
/freebsd-14.2/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-14.2/usr.sbin/bsdconfig/networking/share/
H A Dhostname.subr67 # with standards set-forth in RFC's 952 and 1123 of the Network Working Group:
/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DRSTP-MIB.txt35 ORGANIZATION "IETF Bridge MIB Working Group"
H A DBRIDGE-MIB.txt35 ORGANIZATION "IETF Bridge MIB Working Group"
/freebsd-14.2/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib10 -- NTP Working Group (ntpwg)
36 ORGANIZATION "The IETF NTP Working Group (ntpwg)"
/freebsd-14.2/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-14.2/crypto/openssl/doc/man3/
H A DEC_POINT_new.pod145 projective coordinates are expressed as three values x, y and z. Working in
/freebsd-14.2/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-14.2/contrib/one-true-awk/testdir/
H A Dfunstack.ok1133 Working Sets on the Maniac II . . . . . 867--872
1515 Juan Rodriguez-Rosell Empirical Working Set Behavior . . . . . 556--560
1557 Working Set Parameter . . . . . . . . . 619--620
1955 Domenico Ferrari Improving Locality by Critical Working
2598 B. T. Bennett Transient-Free Working-Set Statistics 93--99
3126 Donald R. Slutz Generalized Working Sets for Segment
/freebsd-14.2/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr92 # with standards set-forth in RFC's 952 and 1123 of the Network Working Group:
/freebsd-14.2/crypto/openssl/crypto/objects/
H A Dobjects.txt27 ieee 2 1619 : ieee-siswg : IEEE Security in Storage Working Group

12