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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LoopRotation.cpp 237 if (L->hasLoopInvariantOperands(Inst) &&
LICM.cpp 349 if (CurLoop->hasLoopInvariantOperands(&I) && canSinkOrHoistInst(I) &&
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopSink.cpp 299 assert(L.hasLoopInvariantOperands(I) &&
LICM.cpp 484 if (CurLoop->hasLoopInvariantOperands(&I) &&
    [all...]
IndVarSimplify.cpp 820 if (!L->hasLoopInvariantOperands(I))
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 363 bool hasLoopInvariantOperands(const Instruction *I) const;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 61 bool Loop::hasLoopInvariantOperands(const Instruction *I) const {
  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 295 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() &&
LICM.cpp 390 if (CurLoop->hasLoopInvariantOperands(&I) &&
    [all...]
IndVarSimplify.cpp 776 if (!L->hasLoopInvariantOperands(I))
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
LoopInfo.cpp 58 /// hasLoopInvariantOperands - Return true if all the operands of the
60 bool Loop::hasLoopInvariantOperands(Instruction *I) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
LoopInfo.h 485 bool hasLoopInvariantOperands(const Instruction *I) const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
LoopInfo.cpp 63 bool Loop::hasLoopInvariantOperands(const Instruction *I) const {
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
LoopRotationUtils.cpp 327 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() &&
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
LoopInfo.h 536 /// hasLoopInvariantOperands - Return true if all the operands of the
538 bool hasLoopInvariantOperands(Instruction *I) const;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoopVectorize.cpp     [all...]

Completed in 1297 milliseconds