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