Searched refs:getRoots (Results 1 – 8 of 8) sorted by relevance
40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function41 return Base.getRoots(); in getRoots()
461 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; } in getRoots() function477 DCHECK(O.getRoots().empty()); in deepCopyInto()491 for (const auto Root : getRoots()) { in deepCopyInto()549 for (const auto Root : getRoots()) { in mergeInto()
170 for (const auto *R : Trie.getRoots()) { in populateRecords()273 if (ThreadTrie.FCT.getRoots().empty()) in serialize()277 DCHECK(!ThreadTrie.FCT.getRoots().empty()); in serialize()
62 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function
556 ArrayRef<const CodeGenRegister *> getRoots() const { in getRoots() function
1079 std::vector<llvm::StringRef> getRoots() const;
989 ArrayRef<const CodeGenRegister *> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
1547 std::vector<StringRef> RedirectingFileSystem::getRoots() const { in getRoots() function in RedirectingFileSystem