Lines Matching refs:Explored
424 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
426 Explored.insert(Base); in canRewriteGEPAsOffset()
440 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
445 if (Explored.contains(V)) { in canRewriteGEPAsOffset()
461 if (!Explored.contains(GEP->getOperand(0))) in canRewriteGEPAsOffset()
468 Explored.insert(V); in canRewriteGEPAsOffset()
475 Explored.insert(PN); in canRewriteGEPAsOffset()
483 if (!Explored.contains(Op)) in canRewriteGEPAsOffset()
490 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
497 !Explored.contains(PHI)) in canRewriteGEPAsOffset()
537 SetVector<Value *> &Explored, in rewriteGEPAsOffset() argument
553 for (Value *Val : Explored) { in rewriteGEPAsOffset()
565 for (Value *Val : Explored) { in rewriteGEPAsOffset()
587 for (Value *Val : Explored) { in rewriteGEPAsOffset()
605 for (Value *Val : Explored) { in rewriteGEPAsOffset()