Home
last modified time | relevance | path

Searched refs:computeSCEVAtScope (Results 1 – 2 of 2) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Analysis/
HDScalarEvolution.h1486 const SCEV *computeSCEVAtScope(const SCEV *S, const Loop *L);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Analysis/
HDScalarEvolution.cpp8097 const SCEV *C = computeSCEVAtScope(V, L); in getSCEVAtScope()
8207 const SCEV *ScalarEvolution::computeSCEVAtScope(const SCEV *V, const Loop *L) { in computeSCEVAtScope() function in ScalarEvolution