Home
last modified time | relevance | path

Searched defs:getBlock (Results 1 – 16 of 16) sorted by relevance

/external/llvm/lib/CodeGen/
DBranchFolding.h41 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function
72 MachineBasicBlock *getBlock() const { in getBlock() function
/external/clang/include/clang/Analysis/
DCFGStmtMap.h46 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function
DProgramPoint.h180 const CFGBlock *getBlock() const { in getBlock() function
199 const CFGBlock *getBlock() const { in getBlock() function
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h124 MachineBasicBlock *getBlock() { return MBB; } in getBlock() function
/external/clang/lib/Analysis/
DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { in getBlock() function in CFGStmtMap
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
DWorkList.h57 const CFGBlock *getBlock() const { return block; } in getBlock() function
DCoreEngine.h190 const CFGBlock *getBlock() const { return Block; } in getBlock() function
471 const CFGBlock *getBlock() const { in getBlock() function
518 const CFGBlock *getBlock() const { in getBlock() function
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
DAIfCommand.java102 public PCommand getBlock() in getBlock() method in AIfCommand
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
DCipherInputStream.java82 private void getBlock() throws IOException in getBlock() method in CipherInputStream
/external/llvm/include/llvm/Analysis/
DTrace.h49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
DDominators.h82 NodeT *getBlock() const { return TheBB; } in getBlock() function
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaInsn.java103 public SsaBasicBlock getBlock() { in getBlock() method in SsaInsn
/external/llvm/lib/Analysis/
DPathNumbering.cpp56 BasicBlock* BallLarusNode::getBlock() { in getBlock() function in BallLarusNode
/external/llvm/include/llvm/
DIRBuilder.h144 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp284 GCOVBlock &getBlock(BasicBlock *BB) { in getBlock() function in __anona7dd2d520211::GCOVFunction
/external/clang/include/clang/AST/
DStmt.h1786 CompoundStmt *getBlock() const { in getBlock() function
1825 CompoundStmt *getBlock() const { return llvm::cast<CompoundStmt>(Block); } in getBlock() function