Searched refs:LastStore (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp538 /// LastStore - Keep track of the last non-volatile store that we saw... for
542 Instruction *LastStore = nullptr; local
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, TT
[all...]
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprCXX.cpp372 std::pair<CharUnits, CharUnits> LastStore = Stores.pop_back_val(); local
373 CharUnits LastStoreOffset = LastStore.first;
374 CharUnits LastStoreSize = LastStore.second;

Completed in 112 milliseconds