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

12345

/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.h46 MachineBasicBlock *getBlock() const { return Block; } function in class:llvm::BranchFolder::MergePotentialsElt
77 MachineBasicBlock *getBlock() const { function in class:llvm::BranchFolder::SameTailElt
78 return getMergePotentialsElt().getBlock();
81 return TailStartPos == getBlock()->begin();
H A DBranchFolding.cpp502 if (getBlock()->getNumber() < o.getBlock()->getNumber())
504 if (getBlock()->getNumber() > o.getBlock()->getNumber())
635 if (ProfitableToMerge(CurMPIter->getBlock(), I->getBlock(),
666 MachineBasicBlock *CurMBB = CurMPIter->getBlock();
687 if (SameTails[i].getBlock() == PredBB) {
693 unsigned t = EstimateRuntime(SameTails[i].getBlock()->begin(),
703 MachineBasicBlock *MBB = SameTails[commonTailIndex].getBlock();
[all...]
H A DLiveRangeCalc.cpp201 MachineBasicBlock *MBB = I.DomNode->getBlock();
380 MachineBasicBlock *MBB = Node->getBlock();
386 bool needPHI = !IDom || !Seen.test(IDom->getBlock()->getNumber());
392 IDomValue = Map[IDom->getBlock()];
396 Map[IDom->getBlock()].second = IDomValue.second =
/external/clang/include/clang/Analysis/Analyses/
H A DDominators.h71 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
98 << 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/skia/src/utils/
H A DSkTextureCompressor_Blitter.h202 uint8_t* dst = this->getBlock(startBlockX, startBlockY);
251 uint8_t* opaqueDst = this->getBlock(innerStartBlockX, j);
324 uint8_t* dst = this->getBlock(startI, j);
432 uint8_t *getBlock(int x, int y) const {
524 uint8_t* outPtr = this->getBlock(fBufferedRuns[0].fX, fBufferedRuns[0].fY);
641 uint8_t* dst = this->getBlock(startBlockX, BlockDim * (y / BlockDim));
701 CompressorType::UpdateBlock(this->getBlock(blockCol, blockY), mask, BlockDim, mask);
710 CompressorType::UpdateBlock(this->getBlock(blockCol, blockY),
723 CompressorType::UpdateBlock(this->getBlock(blockCol, blockY),
/external/llvm/include/llvm/IR/
H A DDominators.h90 if (!R || !OtherR || R->getBlock() != OtherR->getBlock())
/external/pdfium/third_party/bigint/
H A DBigInteger.hh94 Blk getBlock(Index i) const { return mag.getBlock(i); } function in class:BigInteger
H A DNumberlikeArray.hh81 Blk getBlock(Index i) const { return blk[i]; } function in class:NumberlikeArray
/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.cpp423 ResolveBranchFixups(Dest.getBlock());
427 EmitBlock(Dest.getBlock());
686 EmitBlock(LoopHeader.getBlock());
688 LoopStack.push(LoopHeader.getBlock());
724 llvm::BasicBlock *ExitBlock = LoopExit.getBlock();
731 if (ExitBlock != LoopExit.getBlock()) {
756 EmitBranch(LoopHeader.getBlock());
761 EmitBlock(LoopExit.getBlock(), true);
766 SimplifyForwardingBlocks(LoopHeader.getBlock());
790 EmitBlock(LoopCond.getBlock());
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DCoreEngine.cpp267 HandlePostStmt(WU.getBlock(), WU.getIndex(), Pred);
328 unsigned BlockId = L.getBlock()->getBlockID();
336 NodeBuilderContext Ctx(*this, L.getBlock(), Pred);
340 HandleBlockExit(L.getBlock(), Pred);
674 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()),
694 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()),
/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.h126 /// getBlock - Return the current basic block.
127 MachineBasicBlock *getBlock() { return MBB; } function in class:llvm::InstrEmitter
/external/llvm/lib/Target/AArch64/
H A DAArch64CleanupLocalDynamicTLSPass.cpp58 MachineBasicBlock *BB = Node->getBlock();
/external/llvm/lib/Target/SystemZ/
H A DSystemZLDCleanup.cpp87 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);

Completed in 6455 milliseconds

12345