Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp552 Explored.insert(Base); in canRewriteGEPAsOffset()
566 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
571 if (Explored.count(V) != 0) { in canRewriteGEPAsOffset()
606 Explored.insert(V); in canRewriteGEPAsOffset()
613 Explored.insert(PN); in canRewriteGEPAsOffset()
628 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
635 Explored.count(PHI) == 0) in canRewriteGEPAsOffset()
689 for (Value *Val : Explored) { in rewriteGEPAsOffset()
701 for (Value *Val : Explored) { in rewriteGEPAsOffset()
738 for (Value *Val : Explored) { in rewriteGEPAsOffset()
[all …]