Lines Matching refs:StoresByIndex
446 StoresByIndexTy StoresByIndex;
450 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
454 std::sort(StoresByIndex.begin(), StoresByIndex.end(), less_first());
467 std::lower_bound(StoresByIndex.begin(), StoresByIndex.end(),
471 if (I == StoresByIndex.begin()) {
472 if (StoresByIndex.empty())