Home
last modified time | relevance | path

Searched refs:ConstraintSystem (Results 1 – 4 of 4) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp22 bool ConstraintSystem::eliminateUsingFM() { in eliminateUsingFM()
147 bool ConstraintSystem::mayHaveSolutionImpl() { in mayHaveSolutionImpl()
165 SmallVector<std::string> ConstraintSystem::getVarNamesList() const { in getVarNamesList()
180 void ConstraintSystem::dump() const { in dump()
207 bool ConstraintSystem::mayHaveSolution() { in mayHaveSolution()
215 bool ConstraintSystem::isConditionImplied(SmallVector<int64_t, 8> R) const { in isConditionImplied()
223 R = ConstraintSystem::negate(R); in isConditionImplied()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h23 class ConstraintSystem {
67 ConstraintSystem() {} in ConstraintSystem() function
68 ConstraintSystem(ArrayRef<Value *> FunctionArgs) { in ConstraintSystem() function
74 ConstraintSystem(const DenseMap<Value *, unsigned> &Value2Index) in ConstraintSystem() function
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp240 std::optional<bool> isImpliedBy(const ConstraintSystem &CS) const;
255 ConstraintSystem UnsignedCS;
256 ConstraintSystem SignedCS;
280 ConstraintSystem &getCS(bool Signed) { in getCS()
283 const ConstraintSystem &getCS(bool Signed) const { in getCS()
844 ConstraintTy::isImpliedBy(const ConstraintSystem &CS) const { in isImpliedBy()
848 auto NegatedOrEqual = ConstraintSystem::negateOrEqual(Coefficients); in isImpliedBy()
858 auto Negated = ConstraintSystem::negate(Coefficients); in isImpliedBy()
861 auto StrictLessThan = ConstraintSystem::toStrictLessThan(Coefficients); in isImpliedBy()
878 auto Negated = ConstraintSystem::negate(Coefficients); in isImpliedBy()
[all …]
/freebsd/lib/clang/libllvm/
H A DMakefile94 SRCS_MIN+= Analysis/ConstraintSystem.cpp