Home
last modified time | relevance | path

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

/external/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp610 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
612 Explored.insert(Base); in canRewriteGEPAsOffset()
626 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
631 if (Explored.count(V) != 0) { in canRewriteGEPAsOffset()
647 if (Explored.count(CI->getOperand(0)) == 0) in canRewriteGEPAsOffset()
659 if (Explored.count(GEP->getOperand(0)) == 0) in canRewriteGEPAsOffset()
666 Explored.insert(V); in canRewriteGEPAsOffset()
673 Explored.insert(PN); in canRewriteGEPAsOffset()
681 if (Explored.count(Op) == 0) in canRewriteGEPAsOffset()
688 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
[all …]
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
DInstCombineCompares.cpp552 SetVector<Value *> &Explored) { in canRewriteGEPAsOffset() argument
554 Explored.insert(Base); in canRewriteGEPAsOffset()
568 if (Explored.size() >= 100) in canRewriteGEPAsOffset()
573 if (Explored.count(V) != 0) { in canRewriteGEPAsOffset()
589 if (Explored.count(CI->getOperand(0)) == 0) in canRewriteGEPAsOffset()
601 if (Explored.count(GEP->getOperand(0)) == 0) in canRewriteGEPAsOffset()
608 Explored.insert(V); in canRewriteGEPAsOffset()
615 Explored.insert(PN); in canRewriteGEPAsOffset()
623 if (Explored.count(Op) == 0) in canRewriteGEPAsOffset()
630 for (Value *Val : Explored) { in canRewriteGEPAsOffset()
[all …]