Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Analysis/
H A DBlockFrequencyInfoImpl.cpp296 std::vector<WorkingData>().swap(Working); in clear()
449 BlockMass Mass = Working[Source.Index].getMass(); in distributeMass()
532 const auto &Working = BFI.Working[N.Index]; in unwrapLoop() local
533 Scaled64 &F = Working.isAPackage() ? Working.getPackagedLoop()->Scale in unwrapLoop()
671 if (!BFI.Working[Index].isPackaged()) in addNodesInFunction()
797 if (BFI.Working[N.Index].isLoopHeader()) in createIrreducibleLoop()
798 BFI.Working[N.Index].Loop->Parent = &*Loop; in createIrreducibleLoop()
800 BFI.Working[N.Index].Loop = &*Loop; in createIrreducibleLoop()
830 if (!Working[I->Index].isPackaged()) in updateLoopWithIrreducible()
867 Working[W.TargetNode.Index].getMass() = Taken; in adjustLoopHeaderMass()
[all …]
H A DValueTracking.cpp4579 SmallVector<const Value *, 4> Working(1, V); in getUnderlyingObjectsForCodeGen() local
4581 V = Working.pop_back_val(); in getUnderlyingObjectsForCodeGen()
4593 Working.push_back(O); in getUnderlyingObjectsForCodeGen()
4605 } while (!Working.empty()); in getUnderlyingObjectsForCodeGen()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DBlockFrequencyInfoImpl.h428 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)
1183 Working.reserve(RPOT.size());
1185 Working.emplace_back(Index);
1207 Working[Header.Index].Loop = &Loops.back();
1218 if (Working[Index].isLoopHeader()) {
1235 Working[Index].Loop = HeaderData.Loop;
1337 Working[0].getMass() = BlockMass::getFull();
[all …]
/llvm-project-15.0.7/libcxx/docs/Status/
H A DCxx14.rst26 - CWG - Core Language Working group
44 Library Working Group Issues Status
H A DCxx2b.rst24 - CWG - Core Language Working group
42 Library Working Group Issues Status
H A DCxx17.rst25 - CWG - Core Language Working group
49 Library Working Group Issues Status
H A DCxx20.rst25 - CWG - Core Language Working group
56 Library Working Group Issues Status
H A DCxx20Papers.csv77 …R0>`__","LWG","Completing the Rebase of Library Fundamentals, Version 3, Working Draft","San Diego…
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DCodeGenPGO.cpp73 uint64_t Working; member in __anonc3cc86690111::PGOHash
134 : Working(0), Count(0), HashVersion(HashVersion) {} in PGOHash()
757 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in combine()
759 Working = 0; in combine()
764 Working = Working << NumBitsPerType | Type; in combine()
773 return Working; in finalize()
776 if (Working) { in finalize()
780 MD5.update({(uint8_t)Working}); in finalize()
783 uint64_t Swapped = endian::byte_swap<uint64_t, little>(Working); in finalize()
/llvm-project-15.0.7/llvm/docs/
H A DGitRepositoryPolicy.md6 [Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues).
26 [Infrastructure Working Group](https://github.com/llvm/llvm-iwg/issues).
H A DGettingInvolved.rst159 * - Loop Optimization Working Group
224 * - Clang C and C++ Language Working Group
H A DTypeMetadata.rst121 test whether a given pointer is compatible with a type identifier. Working
H A DDiscourseMigrationGuide.md92 <tr><td>Project Infrastructure - Infrastructure Working Group</td><td>[email protected]<…
H A DDeveloperPolicy.rst654 Working with the CI system
695 `Infrastructure Working Group <mailto:[email protected]>`_.
H A DSourceLevelDebugging.rst2039 Working with CodeView
/llvm-project-15.0.7/clang/include/clang/Basic/
H A DLangStandards.def92 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",
/llvm-project-15.0.7/clang-tools-extra/clangd/test/
H A Dlog.test3 CHECK: Working directory: {{.*}}
/llvm-project-15.0.7/clang/docs/
H A DClangNvlinkWrapper.rst27 Working chapter
/llvm-project-15.0.7/openmp/
H A DCREDITS.txt37 N: John Mellor-Crummey and other members of the OpenMP Tools Working Group
/llvm-project-15.0.7/llvm-libgcc/docs/
H A DLLVMLibgcc.rst174 Working out which symbols are common is largely a manual process at the moment,
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/
H A DREADME.txt92 = Working on the Analyzer =
/llvm-project-15.0.7/clang/docs/CommandGuide/
H A Dclang.rst198 Working draft for ISO C++ 2023
202 Working draft for ISO C++ 2023 with GNU extensions