Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopSink.cpp342 assert(L.hasLoopInvariantOperands(&I) && in sinkLoopInvariantInstructions()
H A DLICM.cpp675 !CurLoop->hasLoopInvariantOperands(BI)) in registerPossiblyHoistableBranch()
731 if (!ControlFlowHoisting || !CurLoop->hasLoopInvariantOperands(PN)) in canHoistPHI()
917 if (CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
967 CurLoop->hasLoopInvariantOperands(&I) && in hoistRegion()
H A DLoopPredication.cpp532 if (LI->isUnordered() && L->hasLoopInvariantOperands(LI)) in isLoopInvariantValue()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DLoopInfo.h66 bool hasLoopInvariantOperands(const Instruction *I) const;
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLoopRotationUtils.cpp610 if (L->hasLoopInvariantOperands(Inst) && !Inst->mayReadFromMemory() && in rotateLoop()
H A DLoopUtils.cpp1526 if (!L->hasLoopInvariantOperands(I)) in canLoopBeDeleted()
/freebsd/contrib/llvm-project/llvm/lib/Analysis/
H A DLoopInfo.cpp67 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { in hasLoopInvariantOperands() function in Loop
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoopVectorize.cpp3290 if (TheLoop->hasLoopInvariantOperands(&I)) in collectLoopUniforms()
/freebsd/contrib/llvm-project/llvm/include/llvm/Testing/Demangle/
H A DDemangleTestCases.inc19827 …oop24hasLoopInvariantOperandsEPNS_11InstructionE", "llvm::Loop::hasLoopInvariantOperands(llvm::Ins…