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

/macosx-10.10/llvmCore-3425.0.34/lib/Analysis/
H A DLoopInfo.cpp64 /// hasLoopInvariantOperands - Return true if all the operands of the
66 bool Loop::hasLoopInvariantOperands(Instruction *I) const { function in class:Loop
/macosx-10.10/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopRotation.cpp339 if (L->hasLoopInvariantOperands(Inst) &&
H A DLICM.cpp377 if (CurLoop->hasLoopInvariantOperands(&I) && canSinkOrHoistInst(I) &&
/macosx-10.10/llvmCore-3425.0.34/include/llvm/Analysis/
H A DLoopInfo.h335 /// hasLoopInvariantOperands - Return true if all the operands of the
337 bool hasLoopInvariantOperands(Instruction *I) const;

Completed in 193 milliseconds