Searched refs:GEPs (Results 1 – 4 of 4) sorted by relevance
144 GEPListMap GEPs; member
6779 GEPs.clear(); in runImpl()6820 if (!GEPs.empty()) { in runImpl()6821 LLVM_DEBUG(dbgs() << "SLP: Found GEPs for " << GEPs.size() in runImpl()7059 GEPs.clear(); in collectSeedInstructions()7086 GEPs[GEP->getPointerOperand()].push_back(GEP); in collectSeedInstructions()8660 for (auto &Entry : GEPs) { in vectorizeGEPIndices()
831 SmallVector<const Value *, 32> GEPs; in X86SelectAddress() local959 GEPs.push_back(V); in X86SelectAddress()975 for (const Value *I : reverse(GEPs)) in X86SelectAddress()
2215 auto GEPs = std::move(it->second); in optimizeCallInst() local2216 LargeOffsetGEPMap[ArgVal].append(GEPs.begin(), GEPs.end()); in optimizeCallInst()