Home
last modified time | relevance | path

Searched defs:getRoots (Results 1 – 10 of 10) sorted by relevance

/external/llvm/include/llvm/CodeGen/
DMachinePostDominators.h40 const std::vector<MachineBasicBlock *> &getRoots() const { in getRoots() function
DMachineDominanceFrontier.h40 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function
DMachineDominators.h88 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachinePostDominators.h38 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
DMachineDominanceFrontier.h41 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const { in getRoots() function
DMachineDominators.h100 const SmallVectorImpl<MachineBasicBlock*> &getRoots() const { in getRoots() function
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DDominanceFrontier.h60 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; } in getRoots() function
/external/llvm/include/llvm/Analysis/
DDominanceFrontier.h52 inline const std::vector<BlockT *> &getRoots() const { in getRoots() function
/external/llvm/include/llvm/Support/
DGenericDomTree.h58 const std::vector<NodeT *> &getRoots() const { return Roots; } in getRoots() function
/external/llvm/utils/TableGen/
DCodeGenRegisters.h454 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function