Searched refs:Working (Results 1 – 25 of 85) sorted by relevance
1234
| /openbsd-src/gnu/llvm/llvm/lib/Analysis/ |
| H A D | BlockFrequencyInfoImpl.cpp | 296 std::vector<WorkingData>().swap(Working); in clear() 323 BlockNode Resolved = Working[Succ.Index].getResolvedNode(); in addToDist() 344 if (Working[Resolved.Index].getContainingLoop() != OuterLoop) { in addToDist() 426 if (auto *Loop = Working[M.Index].getPackagedLoop()) in packageLoop() 449 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass() 459 Working[W.TargetNode.Index].getMass() += Taken; in distributeMass() 532 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local 533 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop() 544 for (size_t Index = 0; Index < Working.size(); ++Index) in unwrapLoops() 545 Freqs[Index].Scaled = Working[Index].Mass.toScaled(); in unwrapLoops() [all …]
|
| /openbsd-src/gnu/usr.bin/cvs/doc/ |
| H A D | cvs.info-9 | 102 * Base directory, in CVS directory: Working directory storage. 105 * Baserev file, in CVS directory: Working directory storage. 106 * Baserev.tmp file, in CVS directory: Working directory storage. 131 * Checkin.prog file, in CVS directory: Working directory storage. 176 * CVS directory, in working directory: Working directory storage. 181 * CVS/Base directory: Working directory storage. 182 * CVS/Baserev file: Working directory storage. 183 * CVS/Baserev.tmp file: Working directory storage. 184 * CVS/Checkin.prog file: Working directory storage. 185 * CVS/Entries file: Working directory storage. [all …]
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/ |
| H A D | BlockFrequencyInfoImpl.h | 428 std::vector<WorkingData> Working; variable 650 BFI.Working[Node.Index].getMass() = BlockMass::getEmpty(); 670 for (uint32_t Index = 0; Index < BFI.Working.size(); ++Index) 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()) { [all …]
|
| /openbsd-src/gnu/llvm/libcxx/docs/Status/ |
| H A D | Cxx14.rst | 26 - CWG - Core Language Working group 44 Library Working Group Issues Status
|
| H A D | Cxx2b.rst | 24 - CWG - Core Language Working group 48 Library Working Group Issues Status
|
| H A D | Cxx17.rst | 25 - CWG - Core Language Working group 49 Library Working Group Issues Status
|
| H A D | Cxx20.rst | 25 - CWG - Core Language Working group 55 Library Working Group Issues Status
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | CodeGenPGO.cpp | 74 uint64_t Working; member in __anon393d18f00111::PGOHash 135 : Working(0), Count(0), HashVersion(HashVersion) {} in PGOHash() 758 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine() 760 Working = 0; in combine() 765 Working = Working << NumBitsPerType | Type; in combine() 774 return Working; in finalize() 777 if (Working) { in finalize() 781 MD5.update({(uint8_t)Working}); in finalize() 784 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in finalize()
|
| /openbsd-src/gnu/llvm/llvm/docs/ |
| H A D | GitRepositoryPolicy.md | 6 [Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues). 26 [Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues).
|
| /openbsd-src/gnu/llvm/clang/include/clang/Basic/ |
| H A D | LangStandards.def | 92 C, "Working Draft for ISO C2x", 95 C, "Working Draft for ISO C2x with GNU extensions", 155 CXX, "Working draft for ISO C++ 2023 DIS", 160 CXX, "Working draft for ISO C++ 2023 DIS with GNU extensions",
|
| /openbsd-src/regress/usr.bin/rcs/ |
| H A D | rcs-eflag.out | 3 Working file: test
|
| H A D | rcs-aflag.out | 3 Working file: test
|
| H A D | rcs-Aflag.out | 3 Working file: newfile
|
| H A D | rlog-zflag2.out | 3 Working file: file
|
| H A D | rlog-zflag3.out | 3 Working file: file
|
| H A D | rlog-zflag5.out | 3 Working file: file
|
| H A D | rlog-rflag1.out | 3 Working file: file
|
| H A D | rlog-rflag4.out | 3 Working file: file
|
| H A D | rlog-zflag4.out | 3 Working file: file
|
| H A D | rlog-zflag1.out | 3 Working file: file
|
| H A D | rlog-rflag3.out | 3 Working file: file
|
| H A D | rlog-rflag2.out | 3 Working file: file
|
| /openbsd-src/gnu/llvm/libcxx/utils/ci/ |
| H A D | BOT_OWNERS.txt | 11 N: Linaro Toolchain Working Group
|
| /openbsd-src/gnu/llvm/llvm/ |
| H A D | RELEASE_TESTERS.TXT | 44 N: Linaro Toolchain Working Group
|
| /openbsd-src/share/snmp/ |
| H A D | UUID-TC-MIB.txt | 13 ORGANIZATION "IETF Energy Management Working Group"
|
1234