HomeSort by relevance Sort by last modified time
    Searched defs:getBlock (Results 1 - 25 of 116) sorted by null

1 2 3 4 5

  /external/clang/include/clang/Analysis/
CFGStmtMap.h 44 CFGBlock *getBlock(Stmt * S);
46 const CFGBlock *getBlock(const Stmt * S) const {
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
ProgramPoint.h 224 const CFGBlock *getBlock() const {
229 const CFGBlock *B = getBlock();
246 const CFGBlock *getBlock() const {
251 return getBlock()->getTerminator();
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) {
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 126 /// getBlock - Return the current basic block.
127 MachineBasicBlock *getBlock() { return MBB; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
InstrEmitter.h 129 /// getBlock - Return the current basic block.
130 MachineBasicBlock *getBlock() { return MBB; }
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 55 const CFGBlock *getBlock() const { return block; }
CoreEngine.h 190 const CFGBlock *getBlock() const { return Block; }
473 const CFGBlock *getBlock() const {
520 const CFGBlock *getBlock() const {
  /frameworks/base/core/jni/android/graphics/pdf/
PdfUtils.cpp 31 int getBlock(void* param, unsigned long position, unsigned char* outBuffer,
113 loader.m_GetBlock = &getBlock;
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AIfCommand.java 102 public PCommand getBlock()
  /external/llvm/include/llvm/Analysis/
Trace.h 46 /// operator[]/getBlock - Return basic block N in the trace.
49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; }
  /external/pdfium/third_party/bigint/
NumberlikeArray.hh 81 Blk getBlock(Index i) const { return blk[i]; }
BigInteger.hh 94 Blk getBlock(Index i) const { return mag.getBlock(i); }
BigUnsigned.hh 98 Blk getBlock(Index i) const { return i >= len ? 0 : blk[i]; }
112 return (getBlock(bi / N) & (Blk(1) << (bi % N))) != 0;
  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
Trace.h 46 /// operator[]/getBlock - Return basic block N in the trace.
49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; }
  /external/swiftshader/third_party/LLVM/lib/CodeGen/
BranchFolding.h 41 MachineBasicBlock *getBlock() const { return Block; }
72 MachineBasicBlock *getBlock() const {
73 return getMergePotentialsElt().getBlock();
76 return TailStartPos == getBlock()->begin();
  /dalvik/dx/src/com/android/dx/ssa/
SsaInsn.java 107 public SsaBasicBlock getBlock() {
  /external/llvm/lib/CodeGen/
BranchFolding.h 50 MachineBasicBlock *getBlock() const { return Block; }
82 MachineBasicBlock *getBlock() const {
83 return getMergePotentialsElt().getBlock();
86 return TailStartPos == getBlock()->begin();
  /external/llvm/lib/Target/Hexagon/
HexagonBlockRanges.h 123 MachineBasicBlock &getBlock() const { return Block; }
  /external/deqp/modules/gles31/functional/
es31fSSBOLayoutCase.hpp 130 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; }
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyFixIrreducibleControlFlow.cpp 99 MachineBasicBlock *getBlock() const { return Block; }
165 RewriteSuccs.insert(Top.getBlock());
169 OnStack.erase(Top.getBlock());
  /external/deqp/external/vulkancts/modules/vulkan/ssbo/
vktSSBOLayoutCase.hpp 127 const BufferBlock& getBlock (int ndx) const { return *m_bufferBlocks[ndx]; }
  /external/swiftshader/third_party/LLVM/lib/Analysis/
PathNumbering.cpp 56 BasicBlock* BallLarusNode::getBlock() {
140 if(getBlock() != NULL) {
141 if(getBlock()->hasName()) {
142 std::string tempName(getBlock()->getName());
292 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) {
296 if( oldTarget != (*succ)->getTarget()->getBlock() )
367 BasicBlock* currentBlock = currentNode->getBlock();
376 for( BasicBlock::iterator bbCurrent = currentNode->getBlock()->begin(),
377 bbEnd = currentNode->getBlock()->end(); bbCurrent != bbEnd;
388 TerminatorInst* terminator = currentNode->getBlock()->getTerminator()
    [all...]
  /external/llvm/include/llvm/Support/
GenericDomTree.h 88 NodeT *getBlock() const { return TheBB; }
113 const NodeT *Nd = I->getBlock();
118 const NodeT *N = I->getBlock();
158 if (Node->getBlock())
159 Node->getBlock()->printAsOperand(o, false);
406 Result.push_back(N->getBlock());
515 return IDomA->getBlock();
534 return IDomB->getBlock();
  /external/llvm/include/llvm/Transforms/Utils/
MemorySSA.h 136 BasicBlock *getBlock() const { return Block; }
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/
GCOVProfiling.cpp 278 GCOVBlock &getBlock(BasicBlock *BB) {
382 GCOVBlock &Block = Func.getBlock(BB);
386 Block.addEdge(Func.getBlock(TI->getSuccessor(i)));

Completed in 1584 milliseconds

1 2 3 4 5