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

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 52 /// recurrence variable outside the loop. The method isReductionPHI identifies
176 static bool isReductionPHI(PHINode *Phi, Loop *TheLoop,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 54 /// recurrence variable outside the loop. The method isReductionPHI identifies
180 static bool isReductionPHI(PHINode *Phi, Loop *TheLoop,
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 605 return !UserIns || !RecurrenceDescriptor::isReductionPHI(UserIns, L, RD);
708 else if (RecurrenceDescriptor::isReductionPHI(PHI, L, RD))
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 618 return !UserIns || !RecurrenceDescriptor::isReductionPHI(UserIns, L, RD);
715 else if (RecurrenceDescriptor::isReductionPHI(&PHI, L, RD))
    [all...]
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 473 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorizationLegality.cpp 619 if (RecurrenceDescriptor::isReductionPHI(Phi, TheLoop, RedDes, DB, AC,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopUtils.cpp 546 bool RecurrenceDescriptor::isReductionPHI(PHINode *Phi, Loop *TheLoop,
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 2255 milliseconds