Searched refs:getBlock (Results 1 - 25 of 90) sorted by relevance

1234

/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));
/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();
H A DLiveRangeCalc.cpp113 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 =
H A DBranchFolding.cpp494 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...]
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h73 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
100 << DT->getNode(*I)->getIDom()->getBlock()->getBlockID()
/external/dexmaker/src/dx/java/com/android/dx/ssa/
H A DNormalSsaInsn.java47 getBlock().getParent().onSourcesChanged(this, oldSources);
75 getBlock().getParent().onSourceChanged(this, origSpec, newSpec);
172 getBlock().getParent().onSourcesChanged(this, oldSources);
H A DConstCollector.java185 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) {
H A DSsaInsn.java103 public SsaBasicBlock getBlock() { method in class:SsaInsn
H A DLiteralOpUpgrader.java161 int pred = insn.getBlock().getPredecessors().nextSetBit(0);
199 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock());
201 List<SsaInsn> insns = insn.getBlock().getInsns();
H A DEscapeAnalysis.java144 int pred = moveInsn.getBlock().getPredecessors().nextSetBit(0);
157 int succ = insn.getBlock().getSuccessors().nextSetBit(0);
588 deletedInsns.add(next.getBlock().getInsns().get(2));
744 SsaBasicBlock currBlock = insn.getBlock();
805 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock());
806 List<SsaInsn> insns = insn.getBlock().getInsns();
837 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock());
838 List<SsaInsn> insns = insn.getBlock().getInsns();
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DWorkList.h55 const CFGBlock *getBlock() const { return block; } function in class:clang::ento::WorkListUnit
/external/chromium_org/third_party/skia/src/utils/
H A DSkTextureCompressor_Blitter.h202 uint8_t* dst = this->getBlock(startBlockX, startBlockY);
251 uint8_t* opaqueDst = this->getBlock(innerStartBlockX, j);
323 uint8_t* dst = this->getBlock(startI, j);
431 uint8_t *getBlock(int x, int y) const {
523 uint8_t* outPtr = this->getBlock(fBufferedRuns[0].fX, fBufferedRuns[0].fY);
640 uint8_t* dst = this->getBlock(startBlockX, BlockDim * (y / BlockDim));
700 CompressorType::UpdateBlock(this->getBlock(blockCol, blockY), mask, BlockDim, mask);
709 CompressorType::UpdateBlock(this->getBlock(blockCol, blockY),
722 CompressorType::UpdateBlock(this->getBlock(blockCol, blockY),
/external/llvm/include/llvm/IR/
H A DDominators.h78 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
/external/llvm/include/llvm/Support/
H A DGenericDomTree.h81 NodeT *getBlock() const { return TheBB; } function in class:llvm::DomTreeNodeBase
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/
H A DDominanceFrontier.cpp42 BasicBlock *BB = Node->getBlock();
81 BasicBlock *childBB = IDominee->getBlock();
/external/clang/lib/Analysis/
H A DCFGStmtMap.cpp27 CFGBlock *CFGStmtMap::getBlock(Stmt *S) { function in class:CFGStmtMap
/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
/external/clang/lib/CodeGen/
H A DCGStmt.cpp385 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/
H A DCoreEngine.cpp266 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/
H A DAnalyzerStatsChecker.cpp64 const CFGBlock *CB = BE->getBlock();
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
H A DAIfCommand.java102 public PCommand getBlock() method in class:AIfCommand
/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/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp58 MachineBasicBlock *BB = Node->getBlock();
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DDataCommandConsolidator.java217 if (node.getBlock() != null) {
219 node.getBlock().apply(this);
/external/llvm/lib/Transforms/Scalar/
H A DSink.cpp253 BasicBlock *Candidate = (*I)->getBlock();
254 if ((*I)->getIDom()->getBlock() == Inst->getParent() &&

Completed in 2588 milliseconds

1234