Home
last modified time | relevance | path

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

/llvm-project-15.0.7/mlir/include/mlir/Analysis/Presburger/
H A DPWMAFunction.h54 bool isConsistent() const { in isConsistent() function
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h147 virtual bool isConsistent() const { return false; } in isConsistent() function
228 bool isConsistent() const override { return Consistent; } in isConsistent() function
/llvm-project-15.0.7/mlir/lib/Analysis/Presburger/
H A DPWMAFunction.cpp201 assert(piece.isConsistent() && "Piece is internally inconsistent!"); in addPiece()
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp598 if (isConsistent()) in dump()