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

  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 263 bool isInductionPhi(const Value *V);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 629 if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID)) {
644 if (InductionDescriptor::isInductionPHI(Phi, TheLoop, PSE, ID, true)) {
770 bool LoopVectorizationLegality::isInductionPhi(const Value *V) {
785 return isInductionPhi(V) || isCastedInductionVariable(V);
    [all...]
LoopVectorize.cpp     [all...]

Completed in 746 milliseconds