Searched defs:IncExpr (Results 1 – 2 of 2) sorted by relevance
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 1904 const SCEV *IncExpr; global() member 2841 isProfitableIncrement(const SCEV * OperExpr,const SCEV * IncExpr,ScalarEvolution & SE) isProfitableIncrement() argument 2980 const SCEV *IncExpr = SE.getMinusSCEV(OperExpr, PrevExpr); ChainInstruction() local 3162 canFoldIVIncExpr(const SCEV * IncExpr,Instruction * UserInst,Value * Operand,const TargetTransformInfo & TTI) canFoldIVIncExpr() argument 3231 const SCEV *IncExpr = SE.getNoopOrSignExtend(Inc.IncExpr, IntTy); GenerateIVChain() local [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGStmtOpenMP.cpp | 2082 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 3052 Expr *IncExpr; EmitOMPDistributeOuterLoop() local 5601 EmitOMPDistributeLoop(const OMPLoopDirective & S,const CodeGenLoopTy & CodeGenLoop,Expr * IncExpr) EmitOMPDistributeLoop() argument [all...] |