Home
last modified time | relevance | path

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

12

/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DConstraintSystem.cpp32 SmallVector<SmallVector<int64_t, 8>, 4> NewSystem;
44 NewSystem.push_back(std::move(NR));
86 NewSystem.push_back(std::move(NR));
88 if (NewSystem.size() > 500)
92 Constraints = std::move(NewSystem);
155 auto NewSystem = *this;
156 NewSystem.addVariableRow(R);
157 return !NewSystem.mayHaveSolution();
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/Analysis/
H A DConstraintSystem.cpp32 SmallVector<SmallVector<int64_t, 8>, 4> NewSystem; in eliminateUsingFM() local
44 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
86 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
88 if (NewSystem.size() > 500) in eliminateUsingFM()
92 Constraints = std::move(NewSystem); in eliminateUsingFM()
155 auto NewSystem = *this; in isConditionImplied() local
156 NewSystem.addVariableRow(R); in isConditionImplied()
157 return !NewSystem.mayHaveSolution(); in isConditionImplied()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DConstraintSystem.cpp32 SmallVector<SmallVector<int64_t, 8>, 4> NewSystem; in eliminateUsingFM() local
44 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
86 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
88 if (NewSystem.size() > 500) in eliminateUsingFM()
92 Constraints = std::move(NewSystem); in eliminateUsingFM()
155 auto NewSystem = *this; in isConditionImplied() local
156 NewSystem.addVariableRow(R); in isConditionImplied()
157 return !NewSystem.mayHaveSolution(); in isConditionImplied()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp32 SmallVector<SmallVector<int64_t, 8>, 4> NewSystem; in eliminateUsingFM() local
44 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
86 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
88 if (NewSystem.size() > 500) in eliminateUsingFM()
92 Constraints = std::move(NewSystem); in eliminateUsingFM()
155 auto NewSystem = *this; in isConditionImplied() local
156 NewSystem.addVariableRow(R); in isConditionImplied()
157 return !NewSystem.mayHaveSolution(); in isConditionImplied()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/Analysis/
H A DConstraintSystem.cpp32 SmallVector<SmallVector<int64_t, 8>, 4> NewSystem; in eliminateUsingFM() local
44 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
86 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
88 if (NewSystem.size() > 500) in eliminateUsingFM()
92 Constraints = std::move(NewSystem); in eliminateUsingFM()
155 auto NewSystem = *this; in isConditionImplied() local
156 NewSystem.addVariableRow(R); in isConditionImplied()
157 return !NewSystem.mayHaveSolution(); in isConditionImplied()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DConstraintSystem.cpp32 SmallVector<SmallVector<int64_t, 8>, 4> NewSystem; in eliminateUsingFM() local
44 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
86 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
88 if (NewSystem.size() > 500) in eliminateUsingFM()
92 Constraints = std::move(NewSystem); in eliminateUsingFM()
155 auto NewSystem = *this; in isConditionImplied() local
156 NewSystem.addVariableRow(R); in isConditionImplied()
157 return !NewSystem.mayHaveSolution(); in isConditionImplied()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DConstraintSystem.cpp32 SmallVector<SmallVector<int64_t, 8>, 4> NewSystem; in eliminateUsingFM() local
44 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
86 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
88 if (NewSystem.size() > 500) in eliminateUsingFM()
92 Constraints = std::move(NewSystem); in eliminateUsingFM()
155 auto NewSystem = *this; in isConditionImplied() local
156 NewSystem.addVariableRow(R); in isConditionImplied()
157 return !NewSystem.mayHaveSolution(); in isConditionImplied()
/dports/devel/llvm13/llvm-project-13.0.1.src/llvm/lib/Analysis/
H A DConstraintSystem.cpp32 SmallVector<SmallVector<int64_t, 8>, 4> NewSystem; in eliminateUsingFM() local
44 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
86 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
88 if (NewSystem.size() > 500) in eliminateUsingFM()
92 Constraints = std::move(NewSystem); in eliminateUsingFM()
155 auto NewSystem = *this; in isConditionImplied() local
156 NewSystem.addVariableRow(R); in isConditionImplied()
157 return !NewSystem.mayHaveSolution(); in isConditionImplied()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DConstraintSystem.cpp32 SmallVector<SmallVector<int64_t, 8>, 4> NewSystem; in eliminateUsingFM() local
44 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
86 NewSystem.push_back(std::move(NR)); in eliminateUsingFM()
89 Constraints = std::move(NewSystem); in eliminateUsingFM()
147 auto NewSystem = *this; in isConditionImplied() local
148 NewSystem.addVariableRow(R); in isConditionImplied()
149 return !NewSystem.mayHaveSolution(); in isConditionImplied()
/dports/science/elmerfem/elmerfem-release-9.0/fem/src/
H A DEigenSolve.F90295 NewSystem = .TRUE.
410 IF ( NewSystem .AND. ido /= 2 ) THEN
416 NewSystem = .FALSE.
756 Iterative = .FALSE., NewSystem, & local
888 NewSystem = .TRUE.
933 IF ( NewSystem .AND. ido /= 2 ) THEN
939 NewSystem = .FALSE.
1271 NewSystem = .TRUE.
1370 IF ( NewSystem .AND. ido /= 2 ) THEN
1376 NewSystem = .FALSE.
[all …]
H A DParallelEigenSolve.F90129 Iterative = .FALSE., NewSystem local
333 NewSystem = .TRUE.
387 DOFs, Solver, Solver % MultiGridLevel, NewSystem )
464 IF ( NewSystem .AND. ido /= 2 ) THEN
470 NewSystem = .FALSE.
699 Iterative = .FALSE., NewSystem local
920 NewSystem = .TRUE.
988 Solver, Solver % MultiGridLevel, NewSystem )
1047 Solver, Solver % MultiGridLevel, NewSystem )
1091 IF ( NewSystem .AND. ido /= 2 ) THEN
[all …]
/dports/x11/wallutils/wallutils-5.10.0/pkg/event/
H A DREADME.md21 eventSys := event.NewSystem(1 * time.Second)
45 sys := event.NewSystem(1 * time.Second)
H A Dsimple_test.go9 sys := NewSystem(1 * time.Second)
H A Deventsys_test.go10 sys := NewSystem(1 * time.Second)
/dports/x11/wallutils/wallutils-5.10.0/pkg/event/cmd/leetoclock/
H A Dmain.go12 eventSys := event.NewSystem(1 * time.Second)
/dports/lang/gcc6-aux/gcc-6-20180516/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System { func
171 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})
/dports/lang/gcc8/gcc-8.5.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System { func
171 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})
/dports/lang/gcc10/gcc-10.3.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System { func
171 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System { func
171 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System { func
171 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})
/dports/devel/avr-gcc/gcc-10.2.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System { func
171 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System { func
171 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})
/dports/lang/gcc9-devel/gcc-9-20211007/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System { func
171 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/gcc/testsuite/go.test/test/bench/shootout/
H A Dnbody.go64 func NewSystem(body []Body) System { func
171 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})
/dports/www/grafana8/grafana-8.3.6/vendor/golang.org/x/exp/shootout/
H A Dnbody.go66 func NewSystem(body []Body) System { func
173 system := NewSystem([]Body{sun, jupiter, saturn, uranus, neptune})

12