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

  /external/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 299 static bool isInductionPHI(PHINode *Phi, ScalarEvolution *SE,
308 static bool isInductionPHI(PHINode *Phi, PredicatedScalarEvolution &PSE,
312 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 302 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
318 static bool isInductionPHI(PHINode *Phi, const Loop* L,
346 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 304 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
320 static bool isInductionPHI(PHINode *Phi, const Loop* L,
348 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 304 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
320 static bool isInductionPHI(PHINode *Phi, const Loop* L,
348 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 310 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
326 static bool isInductionPHI(PHINode *Phi, const Loop* L,
354 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 310 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
326 static bool isInductionPHI(PHINode *Phi, const Loop* L,
354 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 310 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
326 static bool isInductionPHI(PHINode *Phi, const Loop* L,
354 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 303 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
319 static bool isInductionPHI(PHINode *Phi, const Loop* L,
347 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
LoopUtils.h 302 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
318 static bool isInductionPHI(PHINode *Phi, const Loop* L,
346 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
LoopUtils.h 304 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
320 static bool isInductionPHI(PHINode *Phi, const Loop* L,
348 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
LoopUtils.h 304 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
320 static bool isInductionPHI(PHINode *Phi, const Loop* L,
348 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
LoopUtils.h 310 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
326 static bool isInductionPHI(PHINode *Phi, const Loop* L,
354 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
LoopUtils.h 310 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
326 static bool isInductionPHI(PHINode *Phi, const Loop* L,
354 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
LoopUtils.h 310 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
326 static bool isInductionPHI(PHINode *Phi, const Loop* L,
354 /// Private constructor - used by \c isInductionPHI.
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
LoopUtils.h 303 static bool isInductionPHI(PHINode *Phi, const Loop* L, ScalarEvolution *SE,
319 static bool isInductionPHI(PHINode *Phi, const Loop* L,
347 /// Private constructor - used by \c isInductionPHI.
  /external/llvm/lib/Transforms/Utils/
LoopUtils.cpp 734 bool InductionDescriptor::isInductionPHI(PHINode *Phi,
755 return isInductionPHI(Phi, PSE.getSE(), D, AR);
758 bool InductionDescriptor::isInductionPHI(PHINode *Phi,
    [all...]
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 706 if (InductionDescriptor::isInductionPHI(PHI, SE, ID))
    [all...]
  /external/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1035 milliseconds