Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/Scalar/
DEarlyCSE.cpp384 class ParseMemoryInst { class in __anoncdf6c96d0311::EarlyCSE
386 ParseMemoryInst(Instruction *Inst, const TargetTransformInfo &TTI) in ParseMemoryInst() function in __anoncdf6c96d0311::EarlyCSE::ParseMemoryInst
441 bool isMatchingMemLoc(const ParseMemoryInst &Inst) const { in isMatchingMemLoc()
618 ParseMemoryInst MemInst(Inst, TTI); in processNode()
722 ParseMemoryInst(LastStore, TTI).getPointerOperand() == in processNode()
750 ParseMemoryInst LastStoreMemInst(LastStore, TTI); in processNode()