Searched refs:computeSCEVAtScope (Results 1 – 3 of 3) sorted by relevance
445 define i32 @computeSCEVAtScope(i32 %d.0) {446 ; CHECK-LABEL: 'computeSCEVAtScope'447 ; CHECK-NEXT: Classifying expressions for: @computeSCEVAtScope462 ; CHECK-NEXT: Determining loop execution counts for: @computeSCEVAtScope
1630 const SCEV *computeSCEVAtScope(const SCEV *S, const Loop *L);
9479 const SCEV *C = computeSCEVAtScope(V, L); in getSCEVAtScope()9578 const SCEV *ScalarEvolution::computeSCEVAtScope(const SCEV *V, const Loop *L) { in computeSCEVAtScope() function in ScalarEvolution