Searched refs:Explored (Results 1 – 2 of 2) sorted by relevance
412 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument414 Explored.insert(Base); in canRewriteGEPAsOffset()428 if (Explored.size() >= 100) in canRewriteGEPAsOffset()433 if (Explored.contains(V)) { in canRewriteGEPAsOffset()449 if (!Explored.contains(CI->getOperand(0))) 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()[all …]
4021 Explored by this satyr