Home
last modified time | relevance | path

Searched refs:getRoots (Results 1 – 25 of 25) sorted by relevance

/external/llvm-project/compiler-rt/lib/xray/tests/unit/
Dfunction_call_trie_test.cpp35 const auto &R = Trie.getRoots(); in TEST()
50 const auto &R = Trie.getRoots(); in TEST()
65 const auto &R = Trie.getRoots(); in TEST()
79 const auto &R = Trie.getRoots(); in TEST()
91 const auto &R = Trie.getRoots(); in TEST()
102 const auto &R = Trie.getRoots(); in TEST()
121 const auto &R = Trie.getRoots(); in TEST()
165 const auto &R = Trie.getRoots(); in TEST()
203 const auto &R = Trie.getRoots(); in TEST()
235 ASSERT_NE(Trie.getRoots().size(), 0u); in TEST()
[all …]
/external/llvm/include/llvm/CodeGen/
DMachinePostDominators.h40 const std::vector<MachineBasicBlock *> &getRoots() const { in getRoots() function
41 return DT->getRoots(); in getRoots()
DMachineDominanceFrontier.h40 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function
41 return Base.getRoots(); in getRoots()
DMachineDominators.h88 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function
90 return DT->getRoots(); in getRoots()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePostDominators.h38 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
39 return PDT->getRoots(); in getRoots()
DMachineDominanceFrontier.h41 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
42 return Base.getRoots(); in getRoots()
DMachineDominators.h100 const SmallVectorImpl<MachineBasicBlock*> &getRoots() const { in getRoots() function
102 return DT->getRoots(); in getRoots()
/external/llvm-project/llvm/include/llvm/CodeGen/
DMachineDominanceFrontier.h40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
41 return Base.getRoots(); in getRoots()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontier.h60 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function
133 assert(DT.getRoots().size() == 1 && in analyze()
/external/llvm/include/llvm/Analysis/
DDominanceFrontier.h52 inline const std::vector<BlockT *> &getRoots() const { in getRoots() function
128 this->Roots = DT.getRoots(); in analyze()
/external/llvm-project/compiler-rt/lib/xray/
Dxray_function_call_trie.h465 const RootArray &getRoots() const XRAY_NEVER_INSTRUMENT { return Roots; } in getRoots() function
481 DCHECK(O.getRoots().empty()); in deepCopyInto()
495 for (const auto Root : getRoots()) { in deepCopyInto()
553 for (const auto Root : getRoots()) { in mergeInto()
Dxray_profile_collector.cpp173 for (const auto *R : Trie.getRoots()) { in populateRecords()
276 if (ThreadTrie.FCT.getRoots().empty()) in serialize()
280 DCHECK(!ThreadTrie.FCT.getRoots().empty()); in serialize()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUUnifyDivergentExitNodes.cpp198 if (PDT.getRoots().size() <= 1) in runOnFunction()
213 for (BasicBlock *BB : PDT.getRoots()) { in runOnFunction()
/external/llvm-project/llvm/include/llvm/Analysis/
DDominanceFrontier.h59 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function
/external/llvm-project/lldb/source/Utility/
DReproducer.cpp351 std::vector<llvm::StringRef> roots = redirecting_vfs.getRoots(); in Verify()
/external/llvm/utils/TableGen/
DCodeGenRegisters.h454 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function
DRegisterInfoEmitter.cpp971 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
DCodeGenRegisters.cpp1735 dbgs() << RegUnits[U].getRoots()[0]->getName() << " "; in computeRegUnitSets()
/external/llvm-project/llvm/utils/TableGen/
DCodeGenRegisters.h506 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function
DRegisterInfoEmitter.cpp1032 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
/external/llvm/include/llvm/Support/
DGenericDomTree.h58 const std::vector<NodeT *> &getRoots() const { return Roots; } in getRoots() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DGenericDomTree.h284 const SmallVectorImpl<NodeT *> &getRoots() const { return Roots; }
DGenericDomTreeConstruction.h1375 const NodePtr RootBB = IsPostDom ? nullptr : DT.getRoots()[0]; in VerifyDFSNumbers()
/external/llvm-project/llvm/include/llvm/Support/
DVirtualFileSystem.h761 std::vector<llvm::StringRef> getRoots() const;
/external/llvm-project/llvm/lib/Support/
DVirtualFileSystem.cpp1164 std::vector<StringRef> RedirectingFileSystem::getRoots() const { in getRoots() function in RedirectingFileSystem