Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DLoopSink.cpp301 assert(L.hasLoopInvariantOperands(I) && in sinkLoopInvariantInstructions()
DLICM.cpp596 !CurLoop->hasLoopInvariantOperands(BI)) in registerPossiblyHoistableBranch()
651 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
854 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
904 CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
DLoopPredication.cpp554 if (LI->isUnordered() && L->hasLoopInvariantOperands(LI)) in isLoopInvariantValue()
DIndVarSimplify.cpp856 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLoopRotationUtils.cpp341 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DLoopInfo.h535 bool hasLoopInvariantOperands(const Instruction *I) const;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/
DLoopInfo.cpp68 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop