HomeSort by relevance Sort by last modified time
    Searched refs: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));
  /external/llvm/lib/CodeGen/
BranchFolding.h 41 MachineBasicBlock *getBlock() const { return Block; }
72 MachineBasicBlock *getBlock() const {
73 return getMergePotentialsElt().getBlock();
76 return TailStartPos == getBlock()->begin();
LiveRangeCalc.cpp 113 MachineBasicBlock *MBB = I->DomNode->getBlock();
294 MachineBasicBlock *MBB = Node->getBlock();
300 bool needPHI = !IDom || !Seen.test(IDom->getBlock()->getNumber());
306 IDomValue = LiveOut[IDom->getBlock()];
310 LiveOut[IDom->getBlock()].second = IDomValue.second =
BranchFolding.cpp 494 if (getBlock()->getNumber() < o.getBlock()->getNumber())
496 if (getBlock()->getNumber() > o.getBlock()->getNumber())
613 if (ProfitableToMerge(CurMPIter->getBlock(), I->getBlock(),
644 MachineBasicBlock *CurMBB = CurMPIter->getBlock();
665 if (SameTails[i].getBlock() == PredBB) {
671 unsigned t = EstimateRuntime(SameTails[i].getBlock()->begin(),
681 MachineBasicBlock *MBB = SameTails[commonTailIndex].getBlock();
    [all...]
  /dalvik/dx/src/com/android/dx/ssa/
NormalSsaInsn.java 52 getBlock().getParent().onSourcesChanged(this, oldSources);
80 getBlock().getParent().onSourceChanged(this, origSpec, newSpec);
177 getBlock().getParent().onSourcesChanged(this, oldSources);
ConstCollector.java 185 int pred = insn.getBlock().getPredecessors().nextSetBit(0);
203 if (insn.getBlock().getSuccessors().cardinality() > 1) {
307 use.getBlock());
309 ArrayList<SsaInsn> insns = use.getBlock().getInsns();
392 && use.getBlock().getSuccessors().cardinality() > 1) {
LiteralOpUpgrader.java 160 int pred = insn.getBlock().getPredecessors().nextSetBit(0);
198 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock());
200 List<SsaInsn> insns = insn.getBlock().getInsns();
SsaInsn.java 107 public SsaBasicBlock getBlock() {
  /external/clang/include/clang/Analysis/Analyses/
Dominators.h 73 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
100 << DT->getNode(*I)->getIDom()->getBlock()->getBlockID()
  /external/dexmaker/src/dx/java/com/android/dx/ssa/
NormalSsaInsn.java 47 getBlock().getParent().onSourcesChanged(this, oldSources);
75 getBlock().getParent().onSourceChanged(this, origSpec, newSpec);
172 getBlock().getParent().onSourcesChanged(this, oldSources);
ConstCollector.java 185 int pred = insn.getBlock().getPredecessors().nextSetBit(0);
203 if (insn.getBlock().getSuccessors().cardinality() > 1) {
307 use.getBlock());
309 ArrayList<SsaInsn> insns = use.getBlock().getInsns();
392 && use.getBlock().getSuccessors().cardinality() > 1) {
SsaInsn.java 103 public SsaBasicBlock getBlock() {
LiteralOpUpgrader.java 161 int pred = insn.getBlock().getPredecessors().nextSetBit(0);
199 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock());
201 List<SsaInsn> insns = insn.getBlock().getInsns();
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
WorkList.h 55 const CFGBlock *getBlock() const { return block; }
  /external/llvm/include/llvm/IR/
Dominators.h 78 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
  /external/llvm/include/llvm/Support/
GenericDomTree.h 81 NodeT *getBlock() const { return TheBB; }
109 const NodeT *Nd = (*I)->getBlock();
114 const NodeT *N = (*I)->getBlock();
153 if (Node->getBlock())
154 Node->getBlock()->printAsOperand(o, false);
358 Result.push_back(N->getBlock());
469 return IDomA->getBlock();
488 return IDomB->getBlock();
  /external/llvm/lib/Analysis/
DominanceFrontier.cpp 42 BasicBlock *BB = Node->getBlock();
81 BasicBlock *childBB = IDominee->getBlock();
  /frameworks/base/core/jni/android/graphics/pdf/
PdfEditor.cpp 52 static int getBlock(void* param, unsigned long position, unsigned char* outBuffer,
69 loader.m_GetBlock = &getBlock;
  /external/clang/lib/Analysis/
CFGStmtMap.cpp 27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) {
  /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/clang/lib/CodeGen/
CGStmt.cpp 385 ResolveBranchFixups(Dest.getBlock());
389 EmitBlock(Dest.getBlock());
636 EmitBlock(LoopHeader.getBlock());
638 LoopStack.push(LoopHeader.getBlock());
674 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
681 if (ExitBlock != LoopExit.getBlock()) {
705 EmitBranch(LoopHeader.getBlock());
710 EmitBlock(LoopExit.getBlock(), true);
715 SimplifyForwardingBlocks(LoopHeader.getBlock());
739 EmitBlock(LoopCond.getBlock());
    [all...]
  /external/clang/lib/StaticAnalyzer/Core/
CoreEngine.cpp 266 HandlePostStmt(WU.getBlock(), WU.getIndex(), Pred);
327 unsigned BlockId = L.getBlock()->getBlockID();
335 NodeBuilderContext Ctx(*this, L.getBlock(), Pred);
339 HandleBlockExit(L.getBlock(), Pred);
656 ExplodedNode *Succ = Eng.G->getNode(BlockEdge(Src, I.getBlock(),
676 ExplodedNode *Succ = Eng.G->getNode(BlockEdge(Src, I.getBlock(),
  /external/clang/lib/StaticAnalyzer/Checkers/
AnalyzerStatsChecker.cpp 64 const CFGBlock *CB = BE->getBlock();
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
AIfCommand.java 102 public PCommand getBlock()
  /external/llvm/lib/CodeGen/SelectionDAG/
InstrEmitter.h 127 /// getBlock - Return the current basic block.
128 MachineBasicBlock *getBlock() { return MBB; }

Completed in 651 milliseconds

1 2 3 4 5