Lines Matching refs:Explored
428 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
430 Explored.insert(Base); in canRewriteGEPAsOffset()
444 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
449 if (Explored.contains(V)) { in canRewriteGEPAsOffset()
465 if (!Explored.contains(GEP->getOperand(0))) in canRewriteGEPAsOffset()
472 Explored.insert(V); in canRewriteGEPAsOffset()
479 Explored.insert(PN); in canRewriteGEPAsOffset()
487 if (!Explored.contains(Op)) in canRewriteGEPAsOffset()
494 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
501 !Explored.contains(PHI)) in canRewriteGEPAsOffset()
541 SetVector<Value *> &Explored, in rewriteGEPAsOffset() argument
557 for (Value *Val : Explored) { in rewriteGEPAsOffset()
570 for (Value *Val : Explored) { in rewriteGEPAsOffset()
592 for (Value *Val : Explored) { in rewriteGEPAsOffset()
610 for (Value *Val : Explored) { in rewriteGEPAsOffset()