Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLICM.cpp169 bool isNotUsedInLoop(Instruction &I);
308 if (isNotUsedInLoop(I) && canSinkOrHoistInst(I)) { in SinkRegion()
420 bool LICM::isNotUsedInLoop(Instruction &I) { in isNotUsedInLoop() function in LICM
/external/llvm/lib/Transforms/Scalar/
DLICM.cpp84 static bool isNotUsedInLoop(const Instruction &I, const Loop *CurLoop,
339 if (isNotUsedInLoop(I, CurLoop, SafetyInfo) && in sinkRegion()
539 static bool isNotUsedInLoop(const Instruction &I, const Loop *CurLoop, in isNotUsedInLoop() function