Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DScalarEvolution.h557 bool containsErasedValue(const SCEV *S) const;
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp6416 if (SE.containsErasedValue(DVIRec.SCEVs[i]) || in SalvageDVI()
/openbsd/gnu/llvm/llvm/lib/Analysis/
H A DScalarEvolution.cpp13363 bool ScalarEvolution::containsErasedValue(const SCEV *S) const { in containsErasedValue() function in ScalarEvolution