Home
last modified time | relevance | path

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

/src/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DScalarEvolutionDivision.h47 void visitCouldNotCompute(const SCEVCouldNotCompute *Numerator) {} in visitCouldNotCompute() function
H A DScalarEvolutionExpressions.h644 return ((SC *)this)->visitCouldNotCompute((const SCEVCouldNotCompute *)S); in visit()
649 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *S) { in visitCouldNotCompute() function
892 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in visitCouldNotCompute() function
/src/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorizationLegality.cpp539 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *S) { in visitCouldNotCompute() function in llvm::__anon516aeff30311::SCEVAddRecForUniformityRewriter
/src/contrib/llvm-project/llvm/lib/Analysis/
H A DScalarEvolution.cpp4094 RetVal visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { return Expr; } in visitCouldNotCompute() function in __anon24f19d330f11::SCEVSequentialMinMaxDeduplicatingVisitor
14194 const SCEV *visitCouldNotCompute(const SCEVCouldNotCompute *Expr) { in verify() function