HomeSort by relevance Sort by last modified time
    Searched refs:IK_NoInduction (Results 1 - 3 of 3) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 253 IK_NoInduction, ///< Not an induction variable.
261 : StartValue(nullptr), IK(IK_NoInduction), StepValue(nullptr) {}
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 617 assert(IK != IK_NoInduction && "Not an induction");
654 case IK_NoInduction:
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1135 milliseconds