Searched defs:getBlocks (Results 1 - 6 of 6) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DEdgeBundles.h48 /// getBlocks - Return an array of blocks that are connected to Bundle.
49 ArrayRef<unsigned> getBlocks(unsigned Bundle) const { return Blocks[Bundle]; } function in class:llvm::EdgeBundles
/external/dexmaker/src/dx/java/com/android/dx/rop/code/
H A DRopMethod.java72 public BasicBlockList getBlocks() { method in class:RopMethod
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaMethod.java123 this.maxLabel = ropMethod.getBlocks().getMaxLabel();
124 this.registerCount = ropMethod.getBlocks().getRegCount();
168 BasicBlockList ropBlocks = rmeth.getBlocks();
179 int origEntryBlockIndex = rmeth.getBlocks()
338 public ArrayList<SsaBasicBlock> getBlocks() { method in class:SsaMethod
393 for (SsaBasicBlock block : getBlocks()) {
797 BitSet visited = new BitSet(getBlocks().size());
824 for (SsaBasicBlock block : getBlocks()) {
/external/llvm/include/llvm/Analysis/
H A DLoopInfo.h139 /// getBlocks - Get a list of the basic blocks which make up this loop.
141 const std::vector<BlockT*> &getBlocks() const { return Blocks; } function in class:llvm::LoopBase
/external/clang/include/clang/AST/
H A DComment.h1133 ArrayRef<BlockContentComment *> getBlocks() const { return Blocks; } function in class:clang::comments::ParamCommandComment::FullComment
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dfindbugs.jarMETA-INF/ META-INF/MANIFEST.MF default.xsl edu/ edu/umd/ edu/umd/cs/ edu/ ...

Completed in 1620 milliseconds