Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/
DAttributor.cpp2790 ToBeExploredFrom.insert(&F->getEntryBlock().front()); in initialize()
2799 std::to_string(ToBeExploredFrom.size()) + "][#KDE " + in getAsStr()
2821 KnownDeadEnds.set_union(ToBeExploredFrom); in manifest()
2887 if (KnownDeadEnds.count(PrevI) || ToBeExploredFrom.count(PrevI)) in isAssumedDead()
2924 SmallSetVector<const Instruction *, 8> ToBeExploredFrom; member
3042 << ToBeExploredFrom.size() << " exploration points and " in updateImpl()
3047 SmallVector<const Instruction *, 8> Worklist(ToBeExploredFrom.begin(), in updateImpl()
3048 ToBeExploredFrom.end()); in updateImpl()
3049 decltype(ToBeExploredFrom) NewToBeExploredFrom; in updateImpl()
3112 ToBeExploredFrom = std::move(NewToBeExploredFrom); in updateImpl()
[all …]