Home | History | Annotate | Download | only in Analysis

Lines Matching defs:Kind

68   TransformKind Kind;
76 PostIncTransform(TransformKind kind, PostIncLoopSet &loops,
78 Kind(kind), Loops(loops), SE(se), DT(dt) {}
102 default: llvm_unreachable("Unexpected SCEVCastExpr kind!");
120 switch (Kind) {
208 default: llvm_unreachable("Unexpected SCEVNAryExpr kind!");
223 llvm_unreachable("Unexpected SCEV kind!");
245 const SCEV *llvm::TransformForPostIncUse(TransformKind Kind,
252 PostIncTransform Transform(Kind, Loops, SE, DT);