Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DObjCARC.cpp1889 static bool isNoopInstruction(const Instruction *I) { in isNoopInstruction() function
1907 while (isNoopInstruction(I)) ++I; in OptimizeRetainCall()
1930 while (isNoopInstruction(I)) ++I; in OptimizeRetainRVCall()
1939 do --I; while (I != Begin && isNoopInstruction(I)); in OptimizeRetainRVCall()
3625 while (isNoopInstruction(BBI)) --BBI; in runOnFunction()