Searched refs:CurrentSCC (Results 1 - 14 of 14) sorted by relevance

/prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]
/prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/ADT/
H A DSCCIterator.h78 SccTy CurrentSCC; member in class:llvm::scc_iterator
110 assert(!CurrentSCC.empty() || VisitStack.empty());
111 return CurrentSCC.empty();
115 return VisitStack == x.VisitStack && CurrentSCC == x.CurrentSCC;
124 assert(!CurrentSCC.empty() && "Dereferencing END SCC iterator!");
125 return CurrentSCC;
176 CurrentSCC.clear(); // Prepare to compute the next SCC
200 // visitingN on the stack. Copy those nodes to CurrentSCC,
204 CurrentSCC
[all...]

Completed in 224 milliseconds