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

  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 538 /// LastStore - Keep track of the last non-volatile store that we saw... for
542 Instruction *LastStore = nullptr;
604 LastStore = nullptr;
635 LastStore = nullptr;
639 // If this instruction may read from memory, forget LastStore.
646 LastStore = nullptr;
694 assert((!LastStore ||
695 ParseMemoryInst(LastStore, TTI).getPointerOperand() ==
722 if (LastStore) {
723 ParseMemoryInst LastStoreMemInst(LastStore, TTI)
    [all...]
  /external/clang/lib/CodeGen/
CGExprCXX.cpp 372 std::pair<CharUnits, CharUnits> LastStore = Stores.pop_back_val();
373 CharUnits LastStoreOffset = LastStore.first;
374 CharUnits LastStoreSize = LastStore.second;
    [all...]

Completed in 786 milliseconds