Lines Matching defs:HelperExprs
513 struct HelperExprs { struct
515 Expr *IterationVarRef;
517 Expr *LastIteration;
519 Expr *NumIterations;
521 Expr *CalcLastIteration;
523 Expr *PreCond;
525 Expr *Cond;
527 Expr *Init;
529 Expr *Inc;
531 Expr *IL;
533 Expr *LB;
535 Expr *UB;
537 Expr *ST;
539 Expr *EUB;
541 Expr *NLB;
543 Expr *NUB;
546 Expr *PrevLB;
549 Expr *PrevUB;
551 SmallVector<Expr *, 4> Counters;
553 SmallVector<Expr *, 4> PrivateCounters;
555 SmallVector<Expr *, 4> Inits;
557 SmallVector<Expr *, 4> Updates;
559 SmallVector<Expr *, 4> Finals;
561 Stmt *PreInits;
565 bool builtAll() { in builtAll()
573 void clear(unsigned Size) { in clear()