Searched refs:LastStoreMemInst (Results 1 – 1 of 1) sorted by relevance
723 ParseMemoryInst LastStoreMemInst(LastStore, TTI); in processNode() local724 assert(LastStoreMemInst.isUnordered() && in processNode()725 !LastStoreMemInst.isVolatile() && in processNode()727 if (LastStoreMemInst.isMatchingMemLoc(MemInst)) { in processNode()