Home
last modified time | relevance | path

Searched refs:hasLoopInvariantOperands (Results 1 – 16 of 16) sorted by relevance

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLoopRotation.cpp237 if (L->hasLoopInvariantOperands(Inst) && in rotateLoop()
DLICM.cpp349 if (CurLoop->hasLoopInvariantOperands(&I) && canSinkOrHoistInst(I) && in HoistRegion()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopSink.cpp299 assert(L.hasLoopInvariantOperands(I) && in sinkLoopInvariantInstructions()
DLICM.cpp484 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
DIndVarSimplify.cpp820 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp327 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DLoopInfo.cpp60 bool Loop::hasLoopInvariantOperands(Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/external/llvm/lib/Transforms/Scalar/
DLoopRotation.cpp295 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
DLICM.cpp390 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
DIndVarSimplify.cpp776 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/external/llvm/lib/Analysis/
DLoopInfo.cpp61 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
DLoopInfo.cpp63 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/external/llvm/include/llvm/Analysis/
DLoopInfo.h363 bool hasLoopInvariantOperands(const Instruction *I) const;
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
DLoopInfo.h485 bool hasLoopInvariantOperands(const Instruction *I) const;
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DLoopInfo.h538 bool hasLoopInvariantOperands(Instruction *I) const;
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DLoopVectorize.cpp3890 if (VF > 1 && OrigLoop->hasLoopInvariantOperands(GEP)) { in widenInstruction()