HomeSort by: relevance | last modified time | path
    Searched defs:getRoots (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineDominanceFrontier.h 40 const SmallVectorImpl<MachineBasicBlock *> &getRoots() const {
41 return Base.getRoots();
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DominanceFrontier.h 56 /// getRoots - Return the root blocks of the current CFG. This may include
59 const SmallVectorImpl<BlockT *> &getRoots() const { return Roots; }
  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenRegisters.h 506 ArrayRef<const CodeGenRegister*> getRoots() const {
  /src/external/apache2/llvm/dist/llvm/lib/Support/
VirtualFileSystem.cpp 1260 std::vector<StringRef> RedirectingFileSystem::getRoots() const {

Completed in 21 milliseconds