Searched defs:IncExpr (Results  1 – 3 of 3) sorted by relevance
| /external/llvm/lib/Transforms/Scalar/ | 
| D | LoopStrengthReduce.cpp | 1573   const SCEV *IncExpr;  member 2492                                     const SCEV *IncExpr,  in isProfitableIncrement() 2625     const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr);  in ChainInstruction()  local 2809 static bool canFoldIVIncExpr(const SCEV *IncExpr, Instruction *UserInst,  in canFoldIVIncExpr() 2877       const SCEV *IncExpr = SE.getNoopOrSignExtend(Inc.IncExpr, IntTy);  in GenerateIVChain()  local
  | 
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ | 
| D | LoopStrengthReduce.cpp | 1859   const SCEV *IncExpr;  member 2805                                     const SCEV *IncExpr,  in isProfitableIncrement() 2937     const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr);  in ChainInstruction()  local 3119 static bool canFoldIVIncExpr(const SCEV *IncExpr, Instruction *UserInst,  in canFoldIVIncExpr() 3188       const SCEV *IncExpr = SE.getNoopOrSignExtend(Inc.IncExpr, IntTy);  in GenerateIVChain()  local
  | 
| /external/clang/lib/CodeGen/ | 
| D | CGStmtOpenMP.cpp | 1276     const Expr *IncExpr,  in EmitOMPInnerLoop()
  |