Home
last modified time | relevance | path

Searched refs:addVariableRow (Results 1 – 3 of 3) sorted by relevance

/openbsd-src/gnu/llvm/llvm/include/llvm/Analysis/
H A DConstraintSystem.h39 bool addVariableRow(ArrayRef<int64_t> R) { in addVariableRow() function
65 return addVariableRow(R); in addVariableRowFill()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DConstraintSystem.cpp155 NewSystem.addVariableRow(R); in isConditionImplied()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DConstraintElimination.cpp770 CSToUse.addVariableRow(Row); in checkAndReplaceCondition()