/external/llvm-project/compiler-rt/lib/xray/tests/unit/ |
D | function_call_trie_test.cpp | 35 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/ |
D | MachinePostDominators.h | 40 const std::vector<MachineBasicBlock *> &getRoots() const { in getRoots() function 41 return DT->getRoots(); in getRoots()
|
D | MachineDominanceFrontier.h | 40 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function 41 return Base.getRoots(); in getRoots()
|
D | MachineDominators.h | 88 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/ |
D | MachinePostDominators.h | 38 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function 39 return PDT->getRoots(); in getRoots()
|
D | MachineDominanceFrontier.h | 41 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function 42 return Base.getRoots(); in getRoots()
|
D | MachineDominators.h | 100 const SmallVectorImpl<MachineBasicBlock*> &getRoots() const { in getRoots() function 102 return DT->getRoots(); in getRoots()
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | MachineDominanceFrontier.h | 40 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/ |
D | DominanceFrontier.h | 60 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function 133 assert(DT.getRoots().size() == 1 && in analyze()
|
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontier.h | 52 inline const std::vector<BlockT *> &getRoots() const { in getRoots() function 128 this->Roots = DT.getRoots(); in analyze()
|
/external/llvm-project/compiler-rt/lib/xray/ |
D | xray_function_call_trie.h | 465 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()
|
D | xray_profile_collector.cpp | 173 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/ |
D | AMDGPUUnifyDivergentExitNodes.cpp | 198 if (PDT.getRoots().size() <= 1) in runOnFunction() 213 for (BasicBlock *BB : PDT.getRoots()) { in runOnFunction()
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | DominanceFrontier.h | 59 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function
|
/external/llvm-project/lldb/source/Utility/ |
D | Reproducer.cpp | 351 std::vector<llvm::StringRef> roots = redirecting_vfs.getRoots(); in Verify()
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 454 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function
|
D | RegisterInfoEmitter.cpp | 971 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
|
D | CodeGenRegisters.cpp | 1735 dbgs() << RegUnits[U].getRoots()[0]->getName() << " "; in computeRegUnitSets()
|
/external/llvm-project/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 506 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function
|
D | RegisterInfoEmitter.cpp | 1032 ArrayRef<const CodeGenRegister*> Roots = RegBank.getRegUnit(i).getRoots(); in runMCDesc()
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 58 const std::vector<NodeT *> &getRoots() const { return Roots; } in getRoots() function
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 284 const SmallVectorImpl<NodeT *> &getRoots() const { return Roots; }
|
D | GenericDomTreeConstruction.h | 1375 const NodePtr RootBB = IsPostDom ? nullptr : DT.getRoots()[0]; in VerifyDFSNumbers()
|
/external/llvm-project/llvm/include/llvm/Support/ |
D | VirtualFileSystem.h | 761 std::vector<llvm::StringRef> getRoots() const;
|
/external/llvm-project/llvm/lib/Support/ |
D | VirtualFileSystem.cpp | 1164 std::vector<StringRef> RedirectingFileSystem::getRoots() const { in getRoots() function in RedirectingFileSystem
|