Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DDelinearization.cpp36 static inline bool containsUndefs(const SCEV *S) { in containsUndefs() function
72 if (!containsUndefs(S)) in follow()
H A DScalarEvolution.cpp13593 bool ScalarEvolution::containsUndefs(const SCEV *S) const { in containsUndefs() function in ScalarEvolution
14396 if (containsUndefs(Old) || containsUndefs(New)) { in verify()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolution.h550 LLVM_ABI bool containsUndefs(const SCEV *S) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6823 SE.containsUndefs(DVIRec.SCEVs[i])) { in SalvageDVI()
6959 if (SE.containsUndefs(S)) in DbgGatherSalvagableDVI()
7005 return Rec->isAffine() && !SE.containsUndefs(SE.getSCEV(P)); in GetInductionVariable()