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.cpp426 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
428 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 …]