Home
last modified time | relevance | path

Searched refs:Solution (Results 1 – 25 of 40) sorted by relevance

12

/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h49 Satisfiable(llvm::DenseMap<AtomicBoolValue *, Assignment> Solution) { in Satisfiable()
50 return Result(Status::Satisfiable, std::move(Solution)); in Satisfiable()
69 return Solution; in getSolution()
75 std::optional<llvm::DenseMap<AtomicBoolValue *, Assignment>> Solution) in Result()
76 : SATCheckStatus(SATCheckStatus), Solution(std::move(Solution)) {} in Result()
79 std::optional<llvm::DenseMap<AtomicBoolValue *, Assignment>> Solution; member
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h26 class Solution {
33 Solution() = default;
H A DReductionRules.h180 Solution backpropagate(GraphT& G, StackT stack) { in backpropagate()
185 Solution s; in backpropagate()
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp187 auto Solution = Result.getSolution(); in debugString() local
188 auto SolutionString = Solution ? "\n" + debugString(*Solution) : ""; in debugString()
H A DWatchedLiteralsSolver.cpp555 llvm::DenseMap<AtomicBoolValue *, Solver::Result::Assignment> Solution; in buildSolution() local
560 Solution[Atomic.second] = in buildSolution()
565 return Solution; in buildSolution()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp175 const PBQP::Solution &Solution,
717 const PBQP::Solution &Solution, in mapPBQPToRegAlloc() argument
735 unsigned AllocOpt = Solution.getSelection(NId); in mapPBQPToRegAlloc()
870 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local
871 PBQPAllocComplete = mapPBQPToRegAlloc(G, Solution, VRM, *VRegSpiller); in runOnMachineFunction()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h292 Solution solve() { in solve()
294 Solution S; in solve()
522 inline Solution solve(PBQPRAGraph& G) { in solve()
524 return Solution(); in solve()
/openbsd-src/gnu/llvm/clang/tools/clang-format-vs/
H A DClangFormat.sln2 Microsoft Visual Studio Solution File, Format Version 12.00
/openbsd-src/gnu/llvm/libcxx/docs/DesignDocs/
H A DCapturingConfigInfo.rst30 The Solution
H A DFileTimeType.rst468 Selected Solution - Using ``__int128_t``
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp2080 void SolveRecurse(SmallVectorImpl<const Formula *> &Solution,
2086 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
2103 void ImplementSolution(const SmallVectorImpl<const Formula *> &Solution);
5067 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, in SolveRecurse() argument
5128 SolveRecurse(Solution, SolutionCost, Workspace, NewCost, in SolveRecurse()
5140 Solution = Workspace; in SolveRecurse()
5149 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const { in Solve()
5159 SolveRecurse(Solution, SolutionCost, Workspace, CurCost, in Solve()
5161 if (Solution.empty()) { in Solve()
5175 Solution[i]->print(dbgs()); in Solve()
[all …]
/openbsd-src/gnu/lib/libstdc++/libstdc++/docs/html/21_strings/
H A Dgotw29a.txt2 Subject: Guru of the Week #29: Solution
/openbsd-src/gnu/gcc/libstdc++-v3/docs/html/21_strings/
H A Dgotw29a.txt2 Subject: Guru of the Week #29: Solution
/openbsd-src/gnu/usr.bin/perl/os2/
H A DChanges295 Solution: create a small duplicate of libperl.lib with overriding
315 Resolved: $^X was always uppercased (cosmetic). Solution:
321 Solution: resolve WinCancelShutdown at run time, keep the refcount
325 Solution: resolve WinGetLastError at run time, call it.
/openbsd-src/gnu/llvm/llvm/docs/
H A DInstrRefDebugInfo.md18 # Solution: instruction referencing
/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlreftut.pod58 =head1 The Solution
287 =head1 Solution chapter
H A Dperlpodspec.pod1026 EE<lt>euro>1,000,000 Solution>" is valid, as is "LE<lt>The
1027 EE<lt>euro>1,000,000 Solution|Million::Euros>".
/openbsd-src/gnu/llvm/llvm/lib/Target/PowerPC/
H A DPPCSchedule440.td21 // Carlos Sosa and Brant Knudson. IBM System Blue Gene Solution:
/openbsd-src/sys/dev/eisa/
H A Deisadevs67 vendor IMS Integrated Micro Solution Inc.
644 /* Integrated Micro Solution Inc. products */
/openbsd-src/gnu/llvm/lldb/docs/resources/
H A Dtest.rst622 #. Right click the Project node in Solution Explorer.
/openbsd-src/gnu/usr.bin/perl/ext/Pod-Html/corpus/
H A Dperlpodspec-copy.pod995 EE<lt>euro>1,000,000 Solution>" is valid, as is "LE<lt>The
996 EE<lt>euro>1,000,000 Solution|Million::Euros>".
/openbsd-src/gnu/llvm/llvm/cmake/modules/
H A DAddLLVM.cmake1918 # Tests should be excluded from "Build Solution".
/openbsd-src/gnu/llvm/llvm/docs/AMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack/
H A DAMDGPUDwarfExtensionAllowLocationDescriptionOnTheDwarfExpressionStack.md16 - [4. Extension Solution](#extension-solution)
120 Solution](#extension-solution) provides an overview of the proposal, using
847 # 4. Extension Solution
/openbsd-src/sys/dev/usb/
H A Dusbdevs504 vendor ISSC 0x1131 Integrated System Solution Corp.
2527 /* Integrated System Solution Corp. */
/openbsd-src/gnu/usr.bin/binutils/ld/
H A Dld.texinfo2056 Solution 1:
2069 Solution 2:

12