Home
last modified time | relevance | path

Searched refs:IK_NoInduction (Results 1 – 6 of 6) sorted by relevance

/external/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h264 IK_NoInduction, ///< Not an induction variable. enumerator
272 : StartValue(nullptr), IK(IK_NoInduction), Step(nullptr) {} in InductionDescriptor()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
DLoopUtils.h258 IK_NoInduction, ///< Not an induction variable. enumerator
353 InductionKind IK = IK_NoInduction;
/external/llvm/lib/Transforms/Utils/
DLoopUtils.cpp659 assert(IK != IK_NoInduction && "Not an induction"); in InductionDescriptor()
728 case IK_NoInduction: in transform()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopUtils.cpp759 assert(IK != IK_NoInduction && "Not an induction"); in InductionDescriptor()
867 case IK_NoInduction: in transform()
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp4021 case InductionDescriptor::IK_NoInduction: in widenPHIInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3828 case InductionDescriptor::IK_NoInduction: in widenPHIInstruction()