OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:getBlocks
(Results
1 - 8
of
8
) sorted by null
/external/llvm/include/llvm/CodeGen/
EdgeBundles.h
47
///
getBlocks
- Return an array of blocks that are connected to Bundle.
48
ArrayRef<unsigned>
getBlocks
(unsigned Bundle) { return Blocks[Bundle]; }
/dalvik/dexgen/src/com/android/dexgen/rop/code/
RopMethod.java
72
public BasicBlockList
getBlocks
() {
/dalvik/dx/src/com/android/dx/rop/code/
RopMethod.java
72
public BasicBlockList
getBlocks
() {
/dalvik/dx/src/com/android/dx/ssa/
SsaMethod.java
123
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
() {
393
for (SsaBasicBlock block :
getBlocks
()) {
797
BitSet visited = new BitSet(
getBlocks
().size());
824
for (SsaBasicBlock block :
getBlocks
()) {
/external/llvm/include/llvm/Analysis/
LoopInfo.h
130
///
getBlocks
- Get a list of the basic blocks which make up this loop.
132
const std::vector<BlockT*> &
getBlocks
() const { return Blocks; }
494
for (unsigned i = 0; i <
getBlocks
().size(); ++i) {
496
BlockT *BB =
getBlocks
()[i];
[
all
...]
/bionic/libc/kernel/tools/
cpp.py
[
all
...]
/prebuilt/sdk/tools/lib/
dx.jar
/prebuilt/common/jfreechart/
jfreechart-1.0.9.jar
Completed in 277 milliseconds