Home
last modified time | relevance | path

Searched defs:InductionList (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h215 using InductionList = MapVector<PHINode *, InductionDescriptor>; variable
/external/llvm-project/llvm/include/llvm/Transforms/Vectorize/
DLoopVectorizationLegality.h232 using InductionList = MapVector<PHINode *, InductionDescriptor>; variable
/external/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp1365 typedef MapVector<PHINode *, InductionDescriptor> InductionList; typedef in __anon63bf7e8f0111::LoopVectorizationLegality