HomeSort by relevance Sort by last modified time
    Searched refs:PHIsInspected (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 701 // revisiting PHIs, PHIsInspected is a ordered list of PHIs that we need to
704 SmallPtrSet<PHINode*, 8> PHIsInspected;
707 PHIsInspected.insert(&FirstPhi);
733 if (PHIsInspected.insert(UserPN).second)
837 if (PHIsInspected.count(OldInVal)) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombinePHI.cpp 627 // revisiting PHIs, PHIsInspected is a ordered list of PHIs that we need to
630 SmallPtrSet<PHINode*, 8> PHIsInspected;
633 PHIsInspected.insert(&FirstPhi);
661 if (PHIsInspected.insert(UserPN))
765 if (PHIsInspected.count(OldInVal)) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp     [all...]

Completed in 1536 milliseconds