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

  /external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
LICM.cpp 169 bool isNotUsedInLoop(Instruction &I);
308 if (isNotUsedInLoop(I) && canSinkOrHoistInst(I)) {
416 /// isNotUsedInLoop - Return true if the only users of this instruction are
420 bool LICM::isNotUsedInLoop(Instruction &I) {
  /external/llvm/lib/Transforms/Scalar/
LICM.cpp 84 static bool isNotUsedInLoop(const Instruction &I, const Loop *CurLoop,
339 if (isNotUsedInLoop(I, CurLoop, SafetyInfo) &&
539 static bool isNotUsedInLoop(const Instruction &I, const Loop *CurLoop,
    [all...]

Completed in 83 milliseconds