Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp426 Explored.insert(Base); in canRewriteGEPAsOffset()
440 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
445 if (Explored.contains(V)) { in canRewriteGEPAsOffset()
468 Explored.insert(V); in canRewriteGEPAsOffset()
475 Explored.insert(PN); in canRewriteGEPAsOffset()
490 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
497 !Explored.contains(PHI)) in canRewriteGEPAsOffset()
553 for (Value *Val : Explored) { in rewriteGEPAsOffset()
565 for (Value *Val : Explored) { in rewriteGEPAsOffset()
587 for (Value *Val : Explored) { in rewriteGEPAsOffset()
[all …]