Searched refs:HSt (Results 1 – 1 of 1) sorted by relevance
1086 static bool findHistogram(LoadInst *LI, StoreInst *HSt, Loop *TheLoop, in findHistogram() argument1093 if (!match(HSt, m_Store(m_BinOp(HBinOp), m_Instruction(HPtrInstr)))) in findHistogram()1146 if (LdBB != HBinOp->getParent() || LdBB != HSt->getParent()) in findHistogram()1149 LLVM_DEBUG(dbgs() << "LV: Found histogram for: " << *HSt << "\n"); in findHistogram()1152 Histograms.emplace_back(IndexedLoad, HBinOp, HSt); in findHistogram()