Searched refs:PendingSCCStack (Results 1 – 2 of 2) sorted by relevance
/external/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 520 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local 547 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef() 591 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef() 592 PendingSCCStack.clear(); in switchInternalEdgeToRef() 624 PendingSCCStack.push_back(N); in switchInternalEdgeToRef() 637 PendingSCCStack.rbegin(), in switchInternalEdgeToRef() 638 std::find_if(PendingSCCStack.rbegin(), PendingSCCStack.rend(), in switchInternalEdgeToRef() 650 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef() 1301 SmallVector<Node *, 16> PendingSCCStack; in buildSCCs() local 1307 assert(PendingSCCStack.empty() && in buildSCCs() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/ |
D | LazyCallGraph.cpp | 725 SmallVector<Node *, 16> PendingSCCStack; in switchInternalEdgeToRef() local 752 assert(PendingSCCStack.empty() && in switchInternalEdgeToRef() 796 OldSCC.Nodes.append(PendingSCCStack.begin(), PendingSCCStack.end()); in switchInternalEdgeToRef() 797 PendingSCCStack.clear(); in switchInternalEdgeToRef() 829 PendingSCCStack.push_back(N); in switchInternalEdgeToRef() 842 PendingSCCStack.rbegin(), in switchInternalEdgeToRef() 843 find_if(reverse(PendingSCCStack), [RootDFSNumber](const Node *N) { in switchInternalEdgeToRef() 854 PendingSCCStack.erase(SCCNodes.end().base(), PendingSCCStack.end()); in switchInternalEdgeToRef() 1565 SmallVector<Node *, 16> PendingSCCStack; in buildGenericSCCs() local 1571 assert(PendingSCCStack.empty() && in buildGenericSCCs() [all …]
|