Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } in getBlocks() function
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Analysis/
H A DLoopInfo.h141 const std::vector<BlockT*> &getBlocks() const { return Blocks; } in getBlocks() function
/minix3/external/bsd/llvm/dist/clang/include/clang/AST/
H A DComment.h1135 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } in getBlocks() function