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

/external/llvm/lib/Transforms/Scalar/
H A DLICM.cpp189 bool isNotUsedInLoop(Instruction &I);
380 if (isNotUsedInLoop(I) && canSinkOrHoistInst(I)) {
507 /// isNotUsedInLoop - Return true if the only users of this instruction are
511 bool LICM::isNotUsedInLoop(Instruction &I) { function in class:LICM

Completed in 138 milliseconds