Searched defs:getBlock (Results 1 - 18 of 18) sorted by relevance

/external/clang/include/clang/Analysis/
H A DCFGStmtMap.h44 CFGBlock *getBlock(Stmt * S);
46 const CFGBlock *getBlock(const Stmt * S) const { function in class:clang::CFGStmtMap
47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S));
H A DProgramPoint.h201 const CFGBlock *getBlock() const { function in class:clang::BlockEntrance
206 const CFGBlock *B = getBlock();
223 const CFGBlock *getBlock() const { function in class:clang::BlockExit
228 return getBlock()->getTerminator();
/external/clang/lib/Analysis/
H A DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { function in class:CFGStmtMap
/external/llvm/lib/CodeGen/SelectionDAG/
H A DInstrEmitter.h127 /// getBlock - Return the current basic block.
128 MachineBasicBlock *getBlock() { return MBB; } function in class:llvm::InstrEmitter
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h55 const CFGBlock *getBlock() const { return block; } function in class:clang::ento::WorkListUnit
H A DCoreEngine.h192 const CFGBlock *getBlock() const { return Block; } function in struct:clang::ento::NodeBuilderContext
473 const CFGBlock *getBlock() const { function in class:clang::ento::IndirectGotoNodeBuilder::iterator
520 const CFGBlock *getBlock() const { function in class:clang::ento::SwitchNodeBuilder::iterator
/external/ganymed-ssh2/src/main/java/ch/ethz/ssh2/crypto/cipher/
H A DCipherInputStream.java82 private void getBlock() throws IOException method in class:CipherInputStream
119 getBlock();
137 getBlock();
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DSsaInsn.java103 public SsaBasicBlock getBlock() { method in class:SsaInsn
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAIfCommand.java102 public PCommand getBlock() method in class:AIfCommand
/external/llvm/include/llvm/Analysis/
H A DTrace.h46 /// operator[]/getBlock - Return basic block N in the trace.
49 BasicBlock *getBlock(unsigned i) const { return BasicBlocks[i]; } function in class:llvm::Trace
H A DDominators.h82 NodeT *getBlock() const { return TheBB; } function in class:llvm::DomTreeNodeBase
110 const NodeT *Nd = (*I)->getBlock();
115 const NodeT *N = (*I)->getBlock();
157 if (Node->getBlock())
158 WriteAsOperand(o, Node->getBlock(), false);
459 return IDomB->getBlock();
764 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
/external/llvm/lib/CodeGen/
H A DBranchFolding.h41 MachineBasicBlock *getBlock() const { return Block; } function in class:llvm::BranchFolder::MergePotentialsElt
72 MachineBasicBlock *getBlock() const { function in class:llvm::BranchFolder::SameTailElt
73 return getMergePotentialsElt().getBlock();
76 return TailStartPos == getBlock()->begin();
/external/llvm/lib/Analysis/
H A DPathNumbering.cpp55 BasicBlock* BallLarusNode::getBlock() { function in class:BallLarusNode
139 if(getBlock() != NULL) {
140 if(getBlock()->hasName()) {
141 std::string tempName(getBlock()->getName());
291 succ != end; oldTarget = (*succ)->getTarget()->getBlock(), succ++ ) {
295 if( oldTarget != (*succ)->getTarget()->getBlock() )
366 BasicBlock* currentBlock = currentNode->getBlock();
375 for( BasicBlock::iterator bbCurrent = currentNode->getBlock()->begin(),
376 bbEnd = currentNode->getBlock()->end(); bbCurrent != bbEnd;
387 TerminatorInst* terminator = currentNode->getBlock()
[all...]
/external/llvm/lib/Transforms/Instrumentation/
H A DGCOVProfiling.cpp336 GCOVBlock &getBlock(BasicBlock *BB) { function in class:__anon21597::GCOVFunction
447 GCOVBlock &Block = Func.getBlock(BB);
451 Block.addEdge(Func.getBlock(TI->getSuccessor(i)));
/external/clang/lib/CodeGen/
H A DCodeGenFunction.h112 llvm::BasicBlock *getBlock() const { return Block; } function in struct:clang::CodeGen::CodeGenFunction::JumpDest
/external/llvm/include/llvm/IR/
H A DIRBuilder.h148 llvm::BasicBlock *getBlock() const { return Block; } function in class:llvm::IRBuilderBase::InsertPoint
167 SetInsertPoint(IP.getBlock(), IP.getPoint());
/external/clang/include/clang/AST/
H A DStmt.h1798 SourceLocation getEndLoc() const { return getBlock()->getLocEnd(); }
1804 CompoundStmt *getBlock() const { function in class:clang::SEHExceptStmt
1840 CompoundStmt *getBlock() const { return cast<CompoundStmt>(Block); } function in class:clang::SEHFinallyStmt
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 471 milliseconds