Home
last modified time | relevance | path

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

12

/src/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.cpp6699 SmallVector<const Value *, 4> Working(1, V); in getUnderlyingObjectsForCodeGen() local
6701 V = Working.pop_back_val(); in getUnderlyingObjectsForCodeGen()
6713 Working.push_back(O); in getUnderlyingObjectsForCodeGen()
6725 } while (!Working.empty()); in getUnderlyingObjectsForCodeGen()
/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h429 std::vector<WorkingData> Working; variable
647 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty();
667 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index)
681 const auto &Working = BFI.Working[Node.Index];
683 if (Working.isAPackage())
684 for (const auto &I : Working.Loop->Exits)
1176 Working.reserve(RPOT.size());
1178 Working.emplace_back(Index);
1200 Working[Header.Index].Loop = &Loops.back();
1211 if (Working[Index].isLoopHeader()) {
[all …]
/src/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",
104 C, "Working Draft for ISO C2y",
107 C, "Working Draft for ISO C2y with GNU extensions",
180 CXX, "Working draft for C++2c",
186 CXX, "Working draft for C++2c with GNU extensions",
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenPGO.cpp78 uint64_t Working; member in __anone8f20fae0111::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()
/src/contrib/llvm-project/openmp/
H A DCREDITS.txt37 N: John Mellor-Crummey and other members of the OpenMP Tools Working Group
/src/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
/src/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…
/src/usr.sbin/bsdconfig/networking/share/
H A Dhostname.subr67 # with standards set-forth in RFC's 952 and 1123 of the Network Working Group:
/src/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"
/src/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib10 -- NTP Working Group (ntpwg)
36 ORGANIZATION "The IETF NTP Working Group (ntpwg)"
/src/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
/src/crypto/openssl/doc/man3/
H A DEC_POINT_new.pod145 projective coordinates are expressed as three values x, y and z. Working in
/src/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
/src/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
/src/usr.sbin/bsdconfig/share/media/
H A Dtcpip.subr92 # with standards set-forth in RFC's 952 and 1123 of the Network Working Group:
/src/contrib/file/magic/Magdir/
H A Dwindows724 >20 lelong&16 16 \b, Has Working directory

12