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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp640 class ParseMemoryInst { class in class:__anon5635::EarlyCSE
642 ParseMemoryInst(Instruction *Inst, const TargetTransformInfo &TTI) function in class:__anon5635::EarlyCSE::ParseMemoryInst
697 bool isMatchingMemLoc(const ParseMemoryInst &Inst) const {
1086 ParseMemoryInst MemInst(Inst, TTI);
1221 ParseMemoryInst(LastStore, TTI).getPointerOperand() ==
1255 ParseMemoryInst LastStoreMemInst(LastStore, TTI);

Completed in 48 milliseconds