HomeSort by relevance Sort by last modified time
    Searched defs:IVIncInsertPos (Results 1 - 2 of 2) sorted by null

  /external/llvm/include/llvm/Analysis/
ScalarEvolutionExpander.h 60 /// IVIncInsertPos - When this is non-null, addrecs expanded in the
62 /// IVIncInsertPos.
65 /// IVIncInsertPos - When expanding addrecs in the IVIncInsertLoop loop,
67 Instruction *IVIncInsertPos;
95 : SE(se), IVName(name), IVIncInsertLoop(nullptr), IVIncInsertPos(nullptr),
146 IVIncInsertPos = Pos;
  /external/llvm/lib/Transforms/Scalar/
LoopStrengthReduce.cpp     [all...]

Completed in 286 milliseconds