Searched refs:Consistent (Results 1 - 2 of 2) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h239 bool isConsistent() const override { return Consistent; }
272 bool Consistent; // Init to true, then refine. member in class:llvm::FullDependence
853 bool &Consistent);
863 bool &Consistent);
880 bool &Consistent);
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp236 Consistent = true;
976 Result.Consistent = false;
1087 Result.Consistent = false;
1162 Result.Consistent = false;
1385 Result.Consistent = false;
1598 Result.Consistent = false;
1708 Result.Consistent = false;
1791 Result.Consistent = false;
2183 Result.Consistent = false;
2986 bool &Consistent) {
2982 propagate(const SCEV *&Src, const SCEV *&Dst, SmallBitVector &Loops, SmallVectorImpl<Constraint> &Constraints, bool &Consistent) argument
3007 propagateDistance(const SCEV *&Src, const SCEV *&Dst, Constraint &CurConstraint, bool &Consistent) argument
3034 propagateLine(const SCEV *&Src, const SCEV *&Dst, Constraint &CurConstraint, bool &Consistent) argument
[all...]

Completed in 293 milliseconds