Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp310 assert(L.hasLoopInvariantOperands(&I) && in sinkLoopInvariantInstructions()
H A DLICM.cpp646 !CurLoop->hasLoopInvariantOperands(BI)) in registerPossiblyHoistableBranch()
701 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
901 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
949 CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
H A DLoopPredication.cpp564 if (LI->isUnordered() && L->hasLoopInvariantOperands(LI)) in isLoopInvariantValue()
/llvm-project-15.0.7/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp422 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
H A DLoopUtils.cpp1231 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/llvm-project-15.0.7/llvm/include/llvm/Analysis/
H A DLoopInfo.h572 bool hasLoopInvariantOperands(const Instruction *I) const;
/llvm-project-15.0.7/llvm/lib/Analysis/
H A DLoopInfo.cpp66 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/llvm-project-15.0.7/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4655 if (TheLoop->hasLoopInvariantOperands(&I)) in collectLoopUniforms()