Home
last modified time | relevance | path

Searched refs:isMatchingMemLoc (Results 1 – 1 of 1) sorted by relevance

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp441 bool isMatchingMemLoc(const ParseMemoryInst &Inst) const { in isMatchingMemLoc() function in __anon5dbebb2a0311::EarlyCSE::ParseMemoryInst
754 if (LastStoreMemInst.isMatchingMemLoc(MemInst)) { in processNode()