Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DLICM.cpp78 static bool isNotUsedInLoop(const Instruction &I, const Loop *CurLoop);
351 if (isNotUsedInLoop(I, CurLoop) && in sinkRegion()
537 static bool isNotUsedInLoop(const Instruction &I, const Loop *CurLoop) { in isNotUsedInLoop() function