Searched refs:hasLoopInvariantOperands (Results 1 - 5 of 5) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Analysis/
H A DLoopInfo.cpp65 /// hasLoopInvariantOperands - Return true if all the operands of the
67 bool Loop::hasLoopInvariantOperands(const Instruction *I) const { function in class:Loop
/freebsd-11.0-release/contrib/llvm/include/llvm/Analysis/
H A DLoopInfo.h358 bool hasLoopInvariantOperands(const Instruction *I) const;
/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopRotation.cpp228 if (L->hasLoopInvariantOperands(Inst) &&
H A DLICM.cpp397 if (CurLoop->hasLoopInvariantOperands(&I) &&
H A DIndVarSimplify.cpp756 if (!L->hasLoopInvariantOperands(I))

Completed in 78 milliseconds