Searched refs:StoresByIndex (Results 1 – 3 of 3) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 472 StoresByIndexTy StoresByIndex; in promoteSingleBlockAlloca() local 476 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI)); in promoteSingleBlockAlloca() 480 llvm::sort(StoresByIndex.begin(), StoresByIndex.end(), less_first()); in promoteSingleBlockAlloca() 493 std::lower_bound(StoresByIndex.begin(), StoresByIndex.end(), in promoteSingleBlockAlloca() 497 if (I == StoresByIndex.begin()) { in promoteSingleBlockAlloca() 498 if (StoresByIndex.empty()) in promoteSingleBlockAlloca()
|
/external/llvm/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 446 StoresByIndexTy StoresByIndex; in promoteSingleBlockAlloca() local 450 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI)); in promoteSingleBlockAlloca() 454 std::sort(StoresByIndex.begin(), StoresByIndex.end(), less_first()); in promoteSingleBlockAlloca() 467 std::lower_bound(StoresByIndex.begin(), StoresByIndex.end(), in promoteSingleBlockAlloca() 471 if (I == StoresByIndex.begin()) { in promoteSingleBlockAlloca() 472 if (StoresByIndex.empty()) in promoteSingleBlockAlloca()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/Utils/ |
D | PromoteMemoryToRegister.cpp | 931 StoresByIndexTy StoresByIndex; in PromoteSingleBlockAlloca() local 936 StoresByIndex.push_back(std::make_pair(LBI.getInstructionIndex(SI), SI)); in PromoteSingleBlockAlloca() 939 if (StoresByIndex.empty()) { in PromoteSingleBlockAlloca() 953 std::sort(StoresByIndex.begin(), StoresByIndex.end()); in PromoteSingleBlockAlloca() 965 std::lower_bound(StoresByIndex.begin(), StoresByIndex.end(), in PromoteSingleBlockAlloca() 970 if (I == StoresByIndex.begin()) { in PromoteSingleBlockAlloca()
|