Home
last modified time | relevance | path

Searched refs:convertSCEVToAddRecWithPredicates (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Analysis/
DScalarEvolution.h1639 convertSCEVToAddRecWithPredicates(const SCEV *S, const Loop *L,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DScalarEvolution.h1086 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/external/llvm-project/llvm/include/llvm/Analysis/
DScalarEvolution.h1162 const SCEVAddRecExpr *convertSCEVToAddRecWithPredicates(
/external/llvm/lib/Analysis/
DScalarEvolution.cpp7056 AddRec = convertSCEVToAddRecWithPredicates(V, L, P); in howFarToZero()
8651 IV = convertSCEVToAddRecWithPredicates(LHS, L, P); in howManyLessThans()
8726 IV = convertSCEVToAddRecWithPredicates(LHS, L, P); in howManyGreaterThans()
10186 ScalarEvolution::convertSCEVToAddRecWithPredicates(const SCEV *S, const Loop *L, in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
10424 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, Preds); in getAsAddRec()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DScalarEvolution.cpp8787 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
10656 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
10798 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12291 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
12535 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()
/external/llvm-project/llvm/lib/Analysis/
DScalarEvolution.cpp9035 AddRec = convertSCEVToAddRecWithPredicates(V, L, Predicates); in howFarToZero()
11114 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyLessThans()
11262 IV = convertSCEVToAddRecWithPredicates(LHS, L, Predicates); in howManyGreaterThans()
12834 const SCEVAddRecExpr *ScalarEvolution::convertSCEVToAddRecWithPredicates( in convertSCEVToAddRecWithPredicates() function in ScalarEvolution
13078 auto *New = SE.convertSCEVToAddRecWithPredicates(Expr, &L, NewPreds); in getAsAddRec()