• Home
  • Raw
  • Download

Lines Matching refs:getSCEVAtScope

5958   LHS = getSCEVAtScope(LHS, L);  in computeExitLimitFromICmp()
5959 RHS = getSCEVAtScope(RHS, L); in computeExitLimitFromICmp()
6043 const SCEV *LHS = getSCEVAtScope(Switch->getCondition(), L); in computeExitLimitFromSingleExitSwitch()
6109 Idx = getSCEVAtScope(Idx, L); in computeLoadConstantCompareExitLimit()
6607 const SCEV *ScalarEvolution::getSCEVAtScope(const SCEV *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
6773 const SCEV *OpV = getSCEVAtScope(OrigV, L); in computeSCEVAtScope()
6812 const SCEV *OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
6821 OpAtScope = getSCEVAtScope(Comm->getOperand(i), L); in computeSCEVAtScope()
6840 const SCEV *LHS = getSCEVAtScope(Div->getLHS(), L); in computeSCEVAtScope()
6841 const SCEV *RHS = getSCEVAtScope(Div->getRHS(), L); in computeSCEVAtScope()
6854 const SCEV *OpAtScope = getSCEVAtScope(AddRec->getOperand(i), L); in computeSCEVAtScope()
6864 NewOps.push_back(getSCEVAtScope(AddRec->getOperand(i), L)); in computeSCEVAtScope()
6894 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
6901 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
6908 const SCEV *Op = getSCEVAtScope(Cast->getOperand(), L); in computeSCEVAtScope()
6917 const SCEV *ScalarEvolution::getSCEVAtScope(Value *V, const Loop *L) { in getSCEVAtScope() function in ScalarEvolution
6918 return getSCEVAtScope(getSCEV(V), L); in getSCEVAtScope()
7100 const SCEV *Start = getSCEVAtScope(AddRec->getStart(), L->getParentLoop()); in howFarToZero()
7101 const SCEV *Step = getSCEVAtScope(AddRec->getOperand(1), L->getParentLoop()); in howFarToZero()
9628 const SCEV *AtUse = SE.getSCEVAtScope(SV, L); in print()
9642 const SCEV *ExitValue = SE.getSCEVAtScope(SV, L->getParentLoop()); in print()