HomeSort by relevance Sort by last modified time
    Searched refs:StoresByIndex (Results 1 - 2 of 2) sorted by null

  /external/llvm/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp 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())
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
PromoteMemoryToRegister.cpp     [all...]

Completed in 1099 milliseconds