Home
last modified time | relevance | path

Searched refs:StoresByIndex (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Utils/
DPromoteMemoryToRegister.cpp522 StoresByIndexTy StoresByIndex; in promoteSingleBlockAlloca() local
527 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()