Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1607 const SCEV *computeSCEVAtScope(const SCEV *S, const Loop *L);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp8463 const SCEV *C = computeSCEVAtScope(V, L); in getSCEVAtScope()
8583 const SCEV *ScalarEvolution::computeSCEVAtScope(const SCEV *V, const Loop *L) { in computeSCEVAtScope() function in ScalarEvolution