Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombineCompares.cpp515 Explored.insert(Base); in canRewriteGEPAsOffset()
529 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
534 if (Explored.contains(V)) { in canRewriteGEPAsOffset()
569 Explored.insert(V); in canRewriteGEPAsOffset()
576 Explored.insert(PN); in canRewriteGEPAsOffset()
591 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
598 !Explored.contains(PHI)) in canRewriteGEPAsOffset()
652 for (Value *Val : Explored) { in rewriteGEPAsOffset()
664 for (Value *Val : Explored) { in rewriteGEPAsOffset()
704 for (Value *Val : Explored) { in rewriteGEPAsOffset()
[all …]