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

  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
SCCIterator.h 53 // SCCNodeStack - Stack holding nodes of the SCC.
54 std::vector<NodeType *> SCCNodeStack;
72 SCCNodeStack.push_back(N);
118 // A full SCC is on the SCCNodeStack! It includes all nodes below
123 CurrentSCC.push_back(SCCNodeStack.back());
124 SCCNodeStack.pop_back();
  /external/llvm/include/llvm/ADT/
SCCIterator.h 73 std::vector<NodeType *> SCCNodeStack;
145 SCCNodeStack.push_back(N);
197 // A full SCC is on the SCCNodeStack! It includes all nodes below
202 CurrentSCC.push_back(SCCNodeStack.back());
203 SCCNodeStack.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
SCCIterator.h 75 std::vector<NodeRef> SCCNodeStack;
147 SCCNodeStack.push_back(N);
199 // A full SCC is on the SCCNodeStack! It includes all nodes below
204 CurrentSCC.push_back(SCCNodeStack.back());
205 SCCNodeStack.pop_back();

Completed in 3116 milliseconds