Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp326 assert(L.hasLoopInvariantOperands(&I) && in sinkLoopInvariantInstructions()
H A DLICM.cpp664 !CurLoop->hasLoopInvariantOperands(BI)) in registerPossiblyHoistableBranch()
719 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
905 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
953 CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
H A DLoopPredication.cpp533 if (LI->isUnordered() && L->hasLoopInvariantOperands(LI)) in isLoopInvariantValue()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h70 bool hasLoopInvariantOperands(const Instruction *I) const;
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp610 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
H A DLoopUtils.cpp1315 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp66 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp4314 if (TheLoop->hasLoopInvariantOperands(&I)) in collectLoopUniforms()