Searched refs:OtherLBRStack (Results 1 – 1 of 1) sorted by relevance
175 const SmallVector<LBREntry, 16> &OtherLBRStack = Other->LBRStack; in isEqual() local178 LBRStack.size() != OtherLBRStack.size()) in isEqual()184 for (size_t I = 0; I < OtherLBRStack.size(); I++) { in isEqual()185 if (LBRStack[I].Source != OtherLBRStack[I].Source || in isEqual()186 LBRStack[I].Target != OtherLBRStack[I].Target) in isEqual()