Home
last modified time | relevance | path

Searched refs:Explored (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp428 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
430 Explored.insert(Base); in canRewriteGEPAsOffset()
444 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
449 if (Explored.contains(V)) { in canRewriteGEPAsOffset()
465 if (!Explored.contains(GEP->getOperand(0))) in canRewriteGEPAsOffset()
472 Explored.insert(V); in canRewriteGEPAsOffset()
479 Explored.insert(PN); in canRewriteGEPAsOffset()
487 if (!Explored.contains(Op)) in canRewriteGEPAsOffset()
494 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
501 !Explored.contains(PHI)) in canRewriteGEPAsOffset()
[all …]