Home
last modified time | relevance | path

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

123

/llvm-project-15.0.7/clang/unittests/Analysis/FlowSensitive/
H A DSolverTest.cpp54 solve({X}), in TEST()
65 solve({NotX}), in TEST()
75 expectUnsatisfiable(solve({X, NotX})); in TEST()
86 solve({X, NotY}), in TEST()
139 expectSatisfiable(solve({XOrX}), _); in TEST()
158 expectSatisfiable(solve({XAndX}), _); in TEST()
172 solve({NotXOrY, NotXOrNotY}), in TEST()
229 expectSatisfiable(solve({XEqX}), _); in TEST()
240 solve({XEqY}), in TEST()
257 solve({XEqY, X, Y}), in TEST()
[all …]
H A DDebugSupportTest.cpp210 return WatchedLiteralsSolver().solve(std::move(ConstraintsSet)); in CheckSAT()
/llvm-project-15.0.7/llvm/test/Transforms/Inline/
H A Dcallgraph-update.ll3 declare void @solve()
12 call void @solve()
/llvm-project-15.0.7/clang/include/clang/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.h31 Result solve(llvm::DenseSet<BoolValue *> Vals) override;
H A DSolver.h90 virtual Result solve(llvm::DenseSet<BoolValue *> Vals) = 0;
/llvm-project-15.0.7/llvm/test/Transforms/LowerSwitch/
H A D2004-03-13-SwitchIsDefaultCrash.ll3 define void @solve() {
/llvm-project-15.0.7/mlir/lib/Conversion/PDLToPDLInterp/
H A DRootOrdering.h107 unsigned solve();
H A DRootOrdering.cpp123 unsigned OptimalBranching::solve() { in solve() function in OptimalBranching
178 totalCost = solve(); in solve()
/llvm-project-15.0.7/libcxx/test/libcxx/selftest/dsl/
H A Dlit.local.cfg8 # To solve this problem, we pickle the substitutions and base64 encode that
/llvm-project-15.0.7/mlir/docs/Rationale/
H A DRationaleGenericDAGRewriter.md32 solve many diverse domain challenges.
44 defines and explores a set of abstractions that can solve a wide range of
68 compiler in existence has to solve this problem many times over. One unifying
69 problem is that all of these systems are designed to solve one particular, and
70 usually, narrow problem: MLIR on the other hand would like to solve many of
270 The pattern infrastructure does not aim to solve all compiler problems, it is
279 consider this acceptable given the set of problems we are trying to solve - we
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DRegAllocPBQP.h292 Solution solve() { in solve() function
522 inline Solution solve(PBQPRAGraph& G) { in solve() function
526 return RegAllocSolver.solve(); in solve()
/llvm-project-15.0.7/mlir/unittests/Conversion/PDLToPDLInterp/
H A DRootOrderingTest.cpp51 EXPECT_EQ(opt.solve(), cost); in check()
/llvm-project-15.0.7/llvm/include/llvm/Transforms/Utils/
H A DSCCPSolver.h106 void solve();
/llvm-project-15.0.7/llvm/test/Transforms/CodeExtractor/
H A D2004-03-13-LoopExtractorCrash.ll3 define void @solve() {
/llvm-project-15.0.7/clang/lib/Analysis/FlowSensitive/
H A DWatchedLiteralsSolver.cpp456 Solver::Result solve() && { in solve() function in clang::dataflow::WatchedLiteralsSolverImpl
710 Solver::Result WatchedLiteralsSolver::solve(llvm::DenseSet<BoolValue *> Vals) { in solve() function in clang::dataflow::WatchedLiteralsSolver
712 : WatchedLiteralsSolverImpl(Vals).solve(); in solve()
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DSCCP.cpp216 Solver.solve(); in runSCCP()
512 Solver.solve(); in runIPSCCP()
521 Solver.solve(); in runIPSCCP()
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/bugprone/
H A Dsuspicious-semicolon.rst42 To solve the issue remove the stray semicolon or in case the empty body is
/llvm-project-15.0.7/lldb/docs/status/
H A Dgoals.rst11 works". We aim to solve these long-standing problems where debuggers get
/llvm-project-15.0.7/lldb/docs/use/
H A Dlinks.rst33 Xcode’s view debugging tools to solve UI issues in your app more
H A Dtroubleshooting.rst53 again, sometimes doing a clean then build will solve the issue.This will fix
/llvm-project-15.0.7/llvm/docs/GlobalISel/
H A Dindex.rst21 solve three major problems:
/llvm-project-15.0.7/llvm/lib/Support/Unix/
H A DDynamicLibrary.inc75 // If this is darwin, it has some funky issues, try to solve them here. Some
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DSCCPSolver.cpp388 void solve();
1375 void SCCPInstVisitor::solve() { in solve() function in SCCPInstVisitor
1554 void SCCPSolver::solve() { Visitor->solve(); } in solve() function in SCCPSolver
/llvm-project-15.0.7/clang-tools-extra/docs/clang-tidy/checks/readability/
H A Dimplicit-bool-conversion.rst33 In addition to issuing warnings, fix-it hints are provided to help solve the
/llvm-project-15.0.7/clang/docs/
H A DExternalClangExamples.rst79 cldoc tries to solve the issue of writing C/C++ software documentation

123