Home
last modified time | relevance | path

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

/freebsd-10-stable/contrib/llvm/include/llvm/CodeGen/
DMachinePostDominators.h41 const std::vector<MachineBasicBlock *> &getRoots() const { in getRoots() function
DMachineDominators.h57 inline const std::vector<MachineBasicBlock*> &getRoots() const { in getRoots() function
/freebsd-10-stable/contrib/llvm/include/llvm/Analysis/
DPostDominators.h41 inline const std::vector<BasicBlock*> &getRoots() const { in getRoots() function
DDominanceFrontier.h48 inline const std::vector<BasicBlock*> &getRoots() const { return Roots; } in getRoots() function
DDominators.h49 inline const std::vector<NodeT*> &getRoots() const { return Roots; } in getRoots() function
760 inline const std::vector<BasicBlock*> &getRoots() const { in getRoots() function
/freebsd-10-stable/contrib/llvm/utils/TableGen/
DCodeGenRegisters.h424 ArrayRef<const CodeGenRegister*> getRoots() const { in getRoots() function