Searched defs:IncExpr (Results 1 – 2 of 2) sorted by relevance
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 2088 : UserInst(U), IVOperand(O), IncExpr(E) {} member 3033 isProfitableIncrement(const SCEV * OperExpr,const SCEV * IncExpr,ScalarEvolution & SE) isProfitableIncrement() argument 3172 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); ChainInstruction() local 3354 canFoldIVIncExpr(const SCEV * IncExpr,Instruction * UserInst,Value * Operand,const TargetTransformInfo & TTI) canFoldIVIncExpr() argument 3440 const SCEV *IncExpr = SE.getNoopOrSignExtend(Inc.IncExpr, IntTy); GenerateIVChain() local [all...] |
/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2105 EmitOMPInnerLoop(const OMPExecutableDirective & S,bool RequiresCleanup,const Expr * LoopCond,const Expr * IncExpr,const llvm::function_ref<void (CodeGenFunction &)> BodyGen,const llvm::function_ref<void (CodeGenFunction &)> PostIncGen) EmitOMPInnerLoop() argument 3080 Expr *IncExpr; EmitOMPDistributeOuterLoop() local 5637 EmitOMPDistributeLoop(const OMPLoopDirective & S,const CodeGenLoopTy & CodeGenLoop,Expr * IncExpr) EmitOMPDistributeLoop() argument [all...] |