Searched refs:StoresByIndex (Results 1 – 1 of 1) sorted by relevance
522 StoresByIndexTy StoresByIndex; in promoteSingleBlockAlloca() local527 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI)); in promoteSingleBlockAlloca()531 std::sort(StoresByIndex.begin(), StoresByIndex.end(), in promoteSingleBlockAlloca()545 std::lower_bound(StoresByIndex.begin(), StoresByIndex.end(), in promoteSingleBlockAlloca()549 if (I == StoresByIndex.begin()) in promoteSingleBlockAlloca()