Searched defs:StoresByIndex (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
H A DPromoteMemoryToRegister.cpp942 StoresByIndexTy StoresByIndex; local
947 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI));
950 if (StoresByIndex.empty()) {
964 std::sort(StoresByIndex.begin(), StoresByIndex.end());
976 std::lower_bound(StoresByIndex.begin(), StoresByIndex.end(),
981 if (I == StoresByIndex.begin()) {

Completed in 21 milliseconds