Lines Matching refs:Explored
513 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
515 Explored.insert(Base); in canRewriteGEPAsOffset()
529 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
534 if (Explored.contains(V)) { in canRewriteGEPAsOffset()
550 if (!Explored.contains(CI->getOperand(0))) in canRewriteGEPAsOffset()
562 if (!Explored.contains(GEP->getOperand(0))) in canRewriteGEPAsOffset()
569 Explored.insert(V); in canRewriteGEPAsOffset()
576 Explored.insert(PN); in canRewriteGEPAsOffset()
584 if (!Explored.contains(Op)) in canRewriteGEPAsOffset()
591 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
598 !Explored.contains(PHI)) in canRewriteGEPAsOffset()
637 SetVector<Value *> &Explored) { in rewriteGEPAsOffset() argument
652 for (Value *Val : Explored) { in rewriteGEPAsOffset()
664 for (Value *Val : Explored) { in rewriteGEPAsOffset()
704 for (Value *Val : Explored) { in rewriteGEPAsOffset()
724 for (Value *Val : Explored) { in rewriteGEPAsOffset()