Searched refs:Explored (Results 1 – 1 of 1) sorted by relevance
426 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument428 Explored.insert(Base); in canRewriteGEPAsOffset()442 if (Explored.size() >= 100) in canRewriteGEPAsOffset()447 if (Explored.contains(V)) { in canRewriteGEPAsOffset()464 if (!Explored.contains(GEP->getOperand(0))) in canRewriteGEPAsOffset()471 Explored.insert(V); in canRewriteGEPAsOffset()478 Explored.insert(PN); in canRewriteGEPAsOffset()486 if (!Explored.contains(Op)) in canRewriteGEPAsOffset()493 for (Value *Val : Explored) { in canRewriteGEPAsOffset()500 !Explored.contains(PHI)) in canRewriteGEPAsOffset()[all …]