Lines Matching refs:Explored
610 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
612 Explored.insert(Base); in canRewriteGEPAsOffset()
626 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
631 if (Explored.count(V) != 0) { in canRewriteGEPAsOffset()
647 if (Explored.count(CI->getOperand(0)) == 0) in canRewriteGEPAsOffset()
659 if (Explored.count(GEP->getOperand(0)) == 0) in canRewriteGEPAsOffset()
666 Explored.insert(V); in canRewriteGEPAsOffset()
673 Explored.insert(PN); in canRewriteGEPAsOffset()
681 if (Explored.count(Op) == 0) in canRewriteGEPAsOffset()
688 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
695 Explored.count(PHI) == 0) in canRewriteGEPAsOffset()
734 SetVector<Value *> &Explored) { in rewriteGEPAsOffset() argument
749 for (Value *Val : Explored) { in rewriteGEPAsOffset()
761 for (Value *Val : Explored) { in rewriteGEPAsOffset()
798 for (Value *Val : Explored) { in rewriteGEPAsOffset()
816 for (Value *Val : Explored) { in rewriteGEPAsOffset()