Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp305 assert(L.hasLoopInvariantOperands(I) && in sinkLoopInvariantInstructions()
H A DLICM.cpp515 !CurLoop->hasLoopInvariantOperands(BI)) in registerPossiblyHoistableBranch()
570 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
772 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
815 CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
H A DIndVarSimplify.cpp813 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/freebsd-12.1/contrib/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp334 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
/freebsd-12.1/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp64 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/freebsd-12.1/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h491 bool hasLoopInvariantOperands(const Instruction *I) const;
/freebsd-12.1/contrib/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3891 if (VF > 1 && OrigLoop->hasLoopInvariantOperands(GEP)) { in widenInstruction()