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

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 183 static bool isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Vectorize/
LoopVectorizationLegality.h 279 bool isFirstOrderRecurrence(const PHINode *Phi);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 194 isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 636 if (RecurrenceDescriptor::isFirstOrderRecurrence(Phi, TheLoop,
788 bool LoopVectorizationLegality::isFirstOrderRecurrence(const PHINode *Phi) {
    [all...]
LoopVectorize.cpp     [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 522 bool RecurrenceDescriptor::isFirstOrderRecurrence(PHINode *Phi, Loop *TheLoop,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUtils.cpp 606 bool RecurrenceDescriptor::isFirstOrderRecurrence(
    [all...]

Completed in 287 milliseconds