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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DDeadStoreElimination.cpp1538 (State.getLocForWriteEx(&I) || State.isMemTerminatorInst(&I)))
1576 Optional<MemoryLocation> getLocForWriteEx(Instruction *I) const { function in struct:__anon4618::DSEState
1615 auto CC = getLocForWriteEx(UseInst);
1631 auto MaybeLoc = getLocForWriteEx(Def->getMemoryInst());
2044 GetUnderlyingObjects(getLocForWriteEx(DefI)->Ptr, Pointers, DL);
2113 auto MaybeSILoc = State.getLocForWriteEx(SI);
2118 MaybeSILoc = State.getLocForWriteEx(SI);
2225 MemoryLocation NILoc = *State.getLocForWriteEx(NI);

Completed in 57 milliseconds