Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Analysis/ScalarEvolution/
H A Dexit-count-select-safe.ll445 define i32 @computeSCEVAtScope(i32 %d.0) {
446 ; CHECK-LABEL: 'computeSCEVAtScope'
447 ; CHECK-NEXT: Classifying expressions for: @computeSCEVAtScope
462 ; CHECK-NEXT: Determining loop execution counts for: @computeSCEVAtScope
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DScalarEvolution.h1630 const SCEV *computeSCEVAtScope(const SCEV *S, const Loop *L);
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DScalarEvolution.cpp9479 const SCEV *C = computeSCEVAtScope(V, L); in getSCEVAtScope()
9578 const SCEV *ScalarEvolution::computeSCEVAtScope(const SCEV *V, const Loop *L) { in computeSCEVAtScope() function in ScalarEvolution