Searched refs:GEPs (Results 1 – 4 of 4) sorted by relevance
150 GEPListMap GEPs; member
5627 GEPs.clear(); in runImpl()5665 if (!GEPs.empty()) { in runImpl()5666 LLVM_DEBUG(dbgs() << "SLP: Found GEPs for " << GEPs.size() in runImpl()5824 GEPs.clear(); in collectSeedInstructions()5851 GEPs[GEP->getPointerOperand()].push_back(GEP); in collectSeedInstructions()7378 for (auto &Entry : GEPs) { in vectorizeGEPIndices()
830 SmallVector<const Value *, 32> GEPs; in X86SelectAddress() local958 GEPs.push_back(V); in X86SelectAddress()974 for (const Value *I : reverse(GEPs)) in X86SelectAddress()
1998 auto GEPs = std::move(it->second); in optimizeCallInst() local1999 LargeOffsetGEPMap[ArgVal].append(GEPs.begin(), GEPs.end()); in optimizeCallInst()