Home
last modified time | relevance | path

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

/external/llvm/lib/Analysis/
DScalarEvolution.cpp10188 SCEVUnionPredicate TransformPreds; in convertSCEVToAddRecWithPredicates() local
10189 S = SCEVPredicateRewriter::rewrite(S, L, *this, TransformPreds, true); in convertSCEVToAddRecWithPredicates()
10197 Preds.add(&TransformPreds); in convertSCEVToAddRecWithPredicates()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp12294 SmallPtrSet<const SCEVPredicate *, 4> TransformPreds; in convertSCEVToAddRecWithPredicates() local
12295 S = SCEVPredicateRewriter::rewrite(S, L, *this, &TransformPreds, nullptr); in convertSCEVToAddRecWithPredicates()
12303 for (auto *P : TransformPreds) in convertSCEVToAddRecWithPredicates()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp12837 SmallPtrSet<const SCEVPredicate *, 4> TransformPreds; in convertSCEVToAddRecWithPredicates() local
12838 S = SCEVPredicateRewriter::rewrite(S, L, *this, &TransformPreds, nullptr); in convertSCEVToAddRecWithPredicates()
12846 for (auto *P : TransformPreds) in convertSCEVToAddRecWithPredicates()