Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/ObjCARC/
DObjCARCContract.cpp123 while (IsNoopInstruction(&*I)) in optimizeRetainCall()
447 } while (IsNoopInstruction(&*BBI)); in tryToPeepholeInstruction()
DObjCARCOpts.cpp586 while (IsNoopInstruction(&*I)) in OptimizeRetainRVCall()
594 while (IsNoopInstruction(&*I)) in OptimizeRetainRVCall()
609 while (I != Begin && IsNoopInstruction(&*I)); in OptimizeRetainRVCall()
/external/llvm/include/llvm/Analysis/
DObjCARCAnalysisUtils.h132 inline bool IsNoopInstruction(const Instruction *I) { in IsNoopInstruction() function