Lines Matching refs:Explored
507 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
509 Explored.insert(Base); in canRewriteGEPAsOffset()
523 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
528 if (Explored.contains(V)) { in canRewriteGEPAsOffset()
544 if (Explored.count(CI->getOperand(0)) == 0) in canRewriteGEPAsOffset()
556 if (Explored.count(GEP->getOperand(0)) == 0) in canRewriteGEPAsOffset()
563 Explored.insert(V); in canRewriteGEPAsOffset()
570 Explored.insert(PN); in canRewriteGEPAsOffset()
578 if (Explored.count(Op) == 0) in canRewriteGEPAsOffset()
585 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
592 Explored.count(PHI) == 0) in canRewriteGEPAsOffset()
631 SetVector<Value *> &Explored) { in rewriteGEPAsOffset() argument
646 for (Value *Val : Explored) { in rewriteGEPAsOffset()
658 for (Value *Val : Explored) { in rewriteGEPAsOffset()
698 for (Value *Val : Explored) { in rewriteGEPAsOffset()
716 for (Value *Val : Explored) { in rewriteGEPAsOffset()