HomeSort by: relevance | last modified time | path
    Searched refs:getRoots (Results 1 - 9 of 9) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/xray/tests/unit/
function_call_trie_test.cc 36 const auto &R = Trie.getRoots();
51 const auto &R = Trie.getRoots();
66 const auto &R = Trie.getRoots();
80 const auto &R = Trie.getRoots();
92 const auto &R = Trie.getRoots();
103 const auto &R = Trie.getRoots();
122 const auto &R = Trie.getRoots();
166 const auto &R = Trie.getRoots();
204 const auto &R = Trie.getRoots();
236 ASSERT_NE(Trie.getRoots().size(), 0u)
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return Base.getRoots();
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_profile_collector.cc 174 for (const auto *R : Trie.getRoots()) {
277 if (ThreadTrie.FCT.getRoots().empty())
281 DCHECK(!ThreadTrie.FCT.getRoots().empty());
xray_function_call_trie.h 466 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; }
482 DCHECK(O.getRoots().empty());
496 for (const auto Root : getRoots()) {
554 for (const auto Root : getRoots()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DominanceFrontier.h 56 /// getRoots - Return the root blocks of the current CFG. This may include
59 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; }
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h 506 ArrayRef<const CodeGenRegister*> getRoots() const {
RegisterInfoEmitter.cpp 1022 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Support/
VirtualFileSystem.h 853 std::vector<llvm::StringRef> getRoots() const;
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 1260 std::vector<StringRef> RedirectingFileSystem::getRoots() const {

Completed in 63 milliseconds