Home
last modified time | relevance | path

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

12

/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp276 std::vector<WorkingData>().swap(Working); in clear()
429 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
512 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
513 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
639 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
765 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
766 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
768 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
798 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
835 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass()
[all …]
H A DValueTracking.cpp3796 SmallVector<const Value *, 4> Working(1, V); in getUnderlyingObjectsForCodeGen() local
3798 V = Working.pop_back_val(); in getUnderlyingObjectsForCodeGen()
3810 Working.push_back(O); in getUnderlyingObjectsForCodeGen()
3822 } while (!Working.empty()); in getUnderlyingObjectsForCodeGen()
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h424 std::vector<WorkingData> Working;
455 assert(Head.Index < Working.size());
457 return *Working[Head.Index].Loop;
679 const auto &Working = BFI.Working[Node.Index];
681 if (Working.isAPackage())
682 for (const auto &I : Working.Loop->Exits)
1079 Working.reserve(RPOT.size());
1081 Working.emplace_back(Index);
1114 if (Working[Index].isLoopHeader()) {
1131 Working[Index].Loop = HeaderData.Loop;
[all …]
/freebsd-12.1/contrib/compiler-rt/lib/esan/
H A Desan_flags.inc31 // Working set tool options
35 "Working set tool: whether to sample snapshots during a run.")
41 "Working set tool: sampling frequency in milliseconds.")
46 ESAN_FLAG(int, snapshot_step, 2, "Working set tool: the log of the sampling "
/freebsd-12.1/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenPGO.cpp72 uint64_t Working; member in __anon67ae45280111::PGOHash
133 : Working(0), Count(0), HashVersion(HashVersion), MD5() {} in PGOHash()
731 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine()
733 Working = 0; in combine()
738 Working = Working << NumBitsPerType | Type; in combine()
747 return Working; in finalize()
750 if (Working) in finalize()
751 MD5.update(Working); in finalize()
/freebsd-12.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-12.1/contrib/llvm/tools/clang/include/clang/Frontend/
H A DLangStandards.def137 CXX, "Working draft for ISO C++ 2020",
142 CXX, "Working draft for ISO C++ 2020 with GNU extensions",
/freebsd-12.1/contrib/openmp/
H A DCREDITS.txt37 N: John Mellor-Crummey and other members of the OpenMP Tools Working Group
/freebsd-12.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-12.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-12.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-12.1/usr.sbin/bsnmpd/modules/snmp_bridge/
H A DRSTP-MIB.txt37 ORGANIZATION "IETF Bridge MIB Working Group"
/freebsd-12.1/contrib/ntp/ntpsnmpd/
H A Dntpv4-mib.mib10 -- NTP Working Group (ntpwg)
36 ORGANIZATION "The IETF NTP Working Group (ntpwg)"
/freebsd-12.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-12.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-12.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-12.1/contrib/gcc/cp/
H A DNEWS302 C++ Working Paper. Built-in operators are now considered as candidates
/freebsd-12.1/contrib/file/magic/Magdir/
H A Dwindows227 >20 lelong&16 16 \b, Has Working directory
/freebsd-12.1/contrib/gdb/gdb/doc/
H A Drefcard.tex568 \sec Working Files;

12