Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp509 Explored.insert(Base); in canRewriteGEPAsOffset()
523 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
528 if (Explored.contains(V)) { in canRewriteGEPAsOffset()
563 Explored.insert(V); in canRewriteGEPAsOffset()
570 Explored.insert(PN); in canRewriteGEPAsOffset()
585 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
592 Explored.count(PHI) == 0) in canRewriteGEPAsOffset()
646 for (Value *Val : Explored) { in rewriteGEPAsOffset()
658 for (Value *Val : Explored) { in rewriteGEPAsOffset()
698 for (Value *Val : Explored) { in rewriteGEPAsOffset()
[all …]