HomeSort by relevance Sort by last modified time
    Searched refs:hasLoopInvariantOperands (Results 1 - 4 of 4) sorted by null

  /external/llvm/lib/Transforms/Scalar/
LoopRotation.cpp 391 if (L->hasLoopInvariantOperands(Inst) &&
LICM.cpp 421 if (CurLoop->hasLoopInvariantOperands(&I) && canSinkOrHoistInst(I) &&
    [all...]
  /external/llvm/include/llvm/Analysis/
LoopInfo.h 361 /// hasLoopInvariantOperands - Return true if all the operands of the
363 bool hasLoopInvariantOperands(Instruction *I) const;
  /external/llvm/lib/Analysis/
LoopInfo.cpp 67 /// hasLoopInvariantOperands - Return true if all the operands of the
69 bool Loop::hasLoopInvariantOperands(Instruction *I) const {

Completed in 121 milliseconds