Lines Matching refs:Explored
550 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
552 Explored.insert(Base); in canRewriteGEPAsOffset()
566 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
571 if (Explored.count(V) != 0) { in canRewriteGEPAsOffset()
587 if (Explored.count(CI->getOperand(0)) == 0) in canRewriteGEPAsOffset()
599 if (Explored.count(GEP->getOperand(0)) == 0) in canRewriteGEPAsOffset()
606 Explored.insert(V); in canRewriteGEPAsOffset()
613 Explored.insert(PN); in canRewriteGEPAsOffset()
621 if (Explored.count(Op) == 0) in canRewriteGEPAsOffset()
628 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
635 Explored.count(PHI) == 0) in canRewriteGEPAsOffset()
674 SetVector<Value *> &Explored) { in rewriteGEPAsOffset() argument
689 for (Value *Val : Explored) { in rewriteGEPAsOffset()
701 for (Value *Val : Explored) { in rewriteGEPAsOffset()
738 for (Value *Val : Explored) { in rewriteGEPAsOffset()
756 for (Value *Val : Explored) { in rewriteGEPAsOffset()