Home
last modified time | relevance | path

Searched defs:getBlocks (Results 1 – 3 of 3) sorted by relevance

/NextBSD/contrib/llvm/include/llvm/CodeGen/
HDEdgeBundles.h49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/NextBSD/contrib/llvm/include/llvm/Analysis/
HDLoopInfo.h139 const std::vector<BlockT*> &getBlocks() const { return Blocks; } in getBlocks() function
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDComment.h1135 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks() function