Home
last modified time | relevance | path

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

12

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp297 std::vector<WorkingData>().swap(Working); in clear()
324 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist()
345 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist()
427 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop()
450 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
460 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass()
527 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
528 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
539 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops()
540 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops()
[all …]
H A DValueTracking.cpp6814 SmallVector<const Value *, 4> Working(1, V); in getUnderlyingObjectsForCodeGen() local
6816 V = Working.pop_back_val(); in getUnderlyingObjectsForCodeGen()
6828 Working.push_back(O); in getUnderlyingObjectsForCodeGen()
6840 } while (!Working.empty()); in getUnderlyingObjectsForCodeGen()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h426 std::vector<WorkingData> Working; variable
644 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
664 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
678 const auto &Working = BFI.Working[Node.Index];
680 if (Working.isAPackage())
681 for (const auto &I : Working.Loop->Exits)
1171 Working.reserve(RPOT.size());
1173 Working.emplace_back(Index);
1195 Working[Header.Index].Loop = &Loops.back();
1206 if (Working[Index].isLoopHeader()) {
[all …]
/freebsd/contrib/llvm-project/clang/include/clang/Basic/
H A DLangStandards.def103 C, "Working Draft for ISO C2y",
106 C, "Working Draft for ISO C2y with GNU extensions",
179 CXX, "Working draft for C++2c",
185 CXX, "Working draft for C++2c with GNU extensions",
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp78 uint64_t Working; member in __anon71781d390111::PGOHash
139 : Working(0), Count(0), HashVersion(HashVersion) {} in PGOHash()
975 endian::byte_swap<uint64_t, llvm::endianness::little>(Working); in combine()
977 Working = 0; in combine()
982 Working = Working << NumBitsPerType | Type; in combine()
991 return Working; in finalize()
994 if (Working) { in finalize()
998 MD5.update({(uint8_t)Working}); in finalize()
1002 endian::byte_swap<uint64_t, llvm::endianness::little>(Working); in finalize()
/freebsd/contrib/llvm-project/openmp/
H A DCREDITS.txt37 N: John Mellor-Crummey and other members of the OpenMP Tools Working Group
/freebsd/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/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/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/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/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib10 -- NTP Working Group (ntpwg)
36 ORGANIZATION "The IETF NTP Working Group (ntpwg)"
/freebsd/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/crypto/openssl/doc/man3/
H A DEC_POINT_new.pod145 projective coordinates are expressed as three values x, y and z. Working in
/freebsd/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/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/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/crypto/openssl/crypto/objects/
H A Dobjects.txt27 ieee 2 1619 : ieee-siswg : IEEE Security in Storage Working Group

12