Home
last modified time | relevance | path

Searched defs:getBlock (Results 1 – 17 of 17) 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.h201 const CFGBlock *getBlock() const { in getBlock() function
223 const CFGBlock *getBlock() const { in getBlock() function
/external/llvm/lib/CodeGen/SelectionDAG/
DInstrEmitter.h128 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.h55 const CFGBlock *getBlock() const { return block; } in getBlock() function
DCoreEngine.h192 const CFGBlock *getBlock() const { return Block; } in getBlock() function
475 const CFGBlock *getBlock() const { in getBlock() function
522 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/llvm/include/llvm/Analysis/
DTrace.h49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } in getBlock() function
/external/dexmaker/src/dx/java/com/android/dx/ssa/
DSsaInsn.java103 public SsaBasicBlock getBlock() { in getBlock() method in SsaInsn
/external/deqp/modules/gles31/functional/
Des31fSSBOLayoutCase.hpp130 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; } in getBlock() function in deqp::gles31::bb::ShaderInterface
/external/chromium_org/third_party/skia/src/utils/
DSkTextureCompressor_Blitter.h431 uint8_t *getBlock(int x, int y) const { in getBlock() function
/external/llvm/include/llvm/Support/
DGenericDomTree.h81 NodeT *getBlock() const { return TheBB; } in getBlock() function
/external/llvm/include/llvm/IR/
DIRBuilder.h152 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function
/external/llvm/lib/Transforms/Instrumentation/
DGCOVProfiling.cpp331 GCOVBlock &getBlock(BasicBlock *BB) { in getBlock() function in __anon6c247a230211::GCOVFunction
/external/clang/lib/CodeGen/
DCodeGenFunction.h114 llvm::BasicBlock *getBlock() const { return Block; } in getBlock() function
/external/clang/include/clang/AST/
DStmt.h1843 CompoundStmt *getBlock() const { in getBlock() function
1879 CompoundStmt *getBlock() const { return cast<CompoundStmt>(Block); } in getBlock() function