Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp398 class ParseMemoryInst { class in __anoncdf6c96d0311::EarlyCSE
400 ParseMemoryInst(Instruction *Inst, const TargetTransformInfo &TTI) in ParseMemoryInst() function in __anoncdf6c96d0311::EarlyCSE::ParseMemoryInst
450 bool isMatchingMemLoc(const ParseMemoryInst &Inst) const { in isMatchingMemLoc()
598 ParseMemoryInst MemInst(Inst, TTI); in processNode()
695 ParseMemoryInst(LastStore, TTI).getPointerOperand() == in processNode()
723 ParseMemoryInst LastStoreMemInst(LastStore, TTI); in processNode()