Searched defs:IncExpr (Results 1 – 5 of 5) 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/llvm-project/llvm/lib/Transforms/Scalar/ |
D | LoopStrengthReduce.cpp | 1852 const SCEV *IncExpr; member 2801 const SCEV *IncExpr, in isProfitableIncrement() 2940 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); in ChainInstruction() local 3122 static bool canFoldIVIncExpr(const SCEV *IncExpr, Instruction *UserInst, in canFoldIVIncExpr() 3191 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/llvm-project/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1863 const Expr *IncExpr, in EmitOMPInnerLoop() 2656 Expr *IncExpr; in EmitOMPDistributeOuterLoop() local 4618 Expr *IncExpr) { in EmitOMPDistributeLoop()
|
/external/clang/lib/CodeGen/ |
D | CGStmtOpenMP.cpp | 1276 const Expr *IncExpr, in EmitOMPInnerLoop()
|