Searched refs:IsNoopInstruction (Results 1 – 3 of 3) sorted by relevance
123 while (IsNoopInstruction(&*I)) in optimizeRetainCall()447 } while (IsNoopInstruction(&*BBI)); in tryToPeepholeInstruction()
586 while (IsNoopInstruction(&*I)) in OptimizeRetainRVCall()594 while (IsNoopInstruction(&*I)) in OptimizeRetainRVCall()609 while (I != Begin && IsNoopInstruction(&*I)); in OptimizeRetainRVCall()
132 inline bool IsNoopInstruction(const Instruction *I) { in IsNoopInstruction() function