Home
last modified time | relevance | path

Searched refs:solve (Results 1 – 25 of 58) sorted by relevance

123

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp146 std::pair<Solver::Result, std::int64_t> solve(std::int64_t MaxIterations) && { in solve() function in clang::dataflow::__anondce44e890111::WatchedLiteralsSolverImpl
409 WatchedLiteralsSolver::solve(llvm::ArrayRef<const Formula *> Vals) { in solve() function in clang::dataflow::WatchedLiteralsSolver
412 auto [Res, Iterations] = WatchedLiteralsSolverImpl(Vals).solve(MaxIterations); in solve()
H A DDataflowAnalysisContext.cpp173 return S.solve(Constraints.getArrayRef()); in querySolver()
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.h50 Result solve(llvm::ArrayRef<const Formula *> Vals) override;
H A DSolver.h89 virtual Result solve(llvm::ArrayRef<const Formula *> Vals) = 0;
/freebsd/sys/contrib/openzfs/.github/ISSUE_TEMPLATE/
H A Dfeature_request.md26 What problem does this feature solve?
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h292 Solution solve() { in solve() function
520 inline Solution solve(PBQPRAGraph& G) { in solve() function
524 return RegAllocSolver.solve(); in solve()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp79 Solver.solve(); in runSCCP()
/freebsd/contrib/libpcap/
H A DCONTRIBUTING.md24 Please note that if you know exactly how to solve the problem and the solution
/freebsd/contrib/llvm-project/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h108 void solve();
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp746 void solve();
847 solve(); in solveWhileResolvedUndefsIn()
857 solve(); in solveWhileResolvedUndefsIn()
867 solve(); in solveWhileResolvedUndefs()
1897 void SCCPInstVisitor::solve() { in solve() function in SCCPInstVisitor
2083 void SCCPSolver::solve() { Visitor->solve(); } in solve() function in SCCPSolver
/freebsd/contrib/llvm-project/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc76 // If this is darwin, it has some funky issues, try to solve them here. Some
/freebsd/crypto/heimdal/doc/
H A Dmisc.texi50 (available only in the U.S) it doesn't really solve any problems. Sure
H A Dapps.texi88 Digital's @samp{ENHANCED} (C2) security, and Kerberos solve two
123 Also, kerberised ftp will not work with C2 passwords. You can solve this
/freebsd/contrib/tcp_wrappers/
H A DREADME.IRIX20 restarting inetd does not solve all problems.
/freebsd/usr.sbin/bsdconfig/share/
H A Ddialog.subr579 # This function helps solve this issue by taking two sets of sequential
679 # This function helps solve this issue by taking two sets of sequential
740 # This function helps solve this issue by taking two sets of sequential
805 # This function helps solve this issue by taking two sets of sequential
883 # This function helps solve this issue by taking three sets of sequential
976 # This function helps solve this issue by taking three sets of sequential
1081 # This function helps solve this issue by taking three sets of sequential
1177 # This function helps solve this issue by taking three sets of sequential
1202 # This function helps solve this issue by taking three sets of sequential
1318 # This function helps solve this issue by taking three sets of sequential
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLazyValueInfo.cpp439 void solve();
515 void LazyValueInfoImpl::solve() { in solve() function in LazyValueInfoImpl
1537 solve(); in getValueInBlock()
1576 solve(); in getValueOnEdge()
/freebsd/sys/contrib/openzfs/.github/
H A DCONTRIBUTING.md123 feature needed? What problem does it solve?
224 attempting to solve.
/freebsd/contrib/one-true-awk/
H A DFIXES126 fnematch and getrune have been overhauled to solve issues around
/freebsd/contrib/unbound/doc/
H A DREADME104 To solve this do ./configure libtool=./libtool [your options...].
/freebsd/sys/contrib/zstd/
H A DREADME.md92 To solve this situation, Zstd offers a __training mode__, which can be used to tune the algorithm f…
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUIGroupLP.cpp360 void solve();
802 void PipelineSolver::solve() { in solve() function in __anon5d856e630111::PipelineSolver
2591 PS.solve(); in apply()
/freebsd/contrib/nvi/cl/
H A DREADME.signal46 input buffer might solve the latter problem, but it's not going to be
/freebsd/share/i18n/csmapper/APPLE/
H A DGURMUKHI%UCS.src188 # We solve this problem by using a grouping hint (one of the set of
H A DUCS%GURMUKHI.src188 # We solve this problem by using a grouping hint (one of the set of
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp871 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction()

123