Home
last modified time | relevance | path

Searched refs:mayHaveSolution (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DConstraintSystem.cpp186 bool ConstraintSystem::mayHaveSolution() { in mayHaveSolution() function in ConstraintSystem
208 return !NewSystem.mayHaveSolution(); in isConditionImplied()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DConstraintSystem.h112 bool mayHaveSolution(); in addVariableRowFill()