/external/clang/include/clang/Analysis/ |
D | CFGStmtMap.h | 44 CFGBlock *getBlock(Stmt * S); 46 const CFGBlock *getBlock(const Stmt * S) const { in getBlock() function 47 return const_cast<CFGStmtMap*>(this)->getBlock(const_cast<Stmt*>(S)); in getBlock()
|
D | ProgramPoint.h | 201 const CFGBlock *getBlock() const { in getBlock() function 206 const CFGBlock *B = getBlock(); in getFirstElement() 223 const CFGBlock *getBlock() const { in getBlock() function 228 return getBlock()->getTerminator(); in getTerminator()
|
/external/llvm/lib/CodeGen/ |
D | BranchFolding.h | 46 MachineBasicBlock *getBlock() const { return Block; } in getBlock() function 78 MachineBasicBlock *getBlock() const { in getBlock() function 79 return getMergePotentialsElt().getBlock(); in getBlock() 82 return TailStartPos == getBlock()->begin(); in tailIsWholeBlock()
|
D | BranchFolding.cpp | 512 if (getBlock()->getNumber() < o.getBlock()->getNumber()) in operator <() 514 if (getBlock()->getNumber() > o.getBlock()->getNumber()) in operator <() 650 if (ProfitableToMerge(CurMPIter->getBlock(), I->getBlock(), in ComputeSameTails() 682 MachineBasicBlock *CurMBB = CurMPIter->getBlock(); in RemoveBlocksWithHash() 703 if (SameTails[i].getBlock() == PredBB) { in CreateCommonTailOnlyBlock() 709 unsigned t = EstimateRuntime(SameTails[i].getBlock()->begin(), in CreateCommonTailOnlyBlock() 719 MachineBasicBlock *MBB = SameTails[commonTailIndex].getBlock(); in CreateCommonTailOnlyBlock() 821 dbgs() << "BB#" << MergePotentials[i].getBlock()->getNumber() in TryTailMergeBlocks() 861 &MergePotentials.front().getBlock()->getParent()->front(); in TryTailMergeBlocks() 866 SameTails[0].getBlock()->isLayoutSuccessor(SameTails[1].getBlock()) && in TryTailMergeBlocks() [all …]
|
D | LiveRangeCalc.cpp | 202 MachineBasicBlock *MBB = I.DomNode->getBlock(); in updateFromLiveIns() 387 MachineBasicBlock *MBB = Node->getBlock(); in updateSSA() 393 bool needPHI = !IDom || !Seen.test(IDom->getBlock()->getNumber()); in updateSSA() 399 IDomValue = Map[IDom->getBlock()]; in updateSSA() 403 Map[IDom->getBlock()].second = IDomValue.second = in updateSSA()
|
/external/skia/src/utils/ |
D | SkTextureCompressor_Blitter.h | 202 uint8_t* dst = this->getBlock(startBlockX, startBlockY); in blitRect() 251 uint8_t* opaqueDst = this->getBlock(innerStartBlockX, j); in blitRect() 324 uint8_t* dst = this->getBlock(startI, j); in blitMask() 432 uint8_t *getBlock(int x, int y) const { in getBlock() function 524 uint8_t* outPtr = this->getBlock(fBufferedRuns[0].fX, fBufferedRuns[0].fY); in flushRuns() 641 uint8_t* dst = this->getBlock(startBlockX, BlockDim * (y / BlockDim)); in updateBlockRow() 701 CompressorType::UpdateBlock(this->getBlock(blockCol, blockY), mask, BlockDim, mask); in updateBlockCol() 710 CompressorType::UpdateBlock(this->getBlock(blockCol, blockY), in updateBlockCol() 723 CompressorType::UpdateBlock(this->getBlock(blockCol, blockY), in updateBlockCol()
|
/external/clang/lib/CodeGen/ |
D | CGStmt.cpp | 452 ResolveBranchFixups(Dest.getBlock()); in EmitLabel() 455 EmitBlock(Dest.getBlock()); in EmitLabel() 618 EmitBlock(LoopHeader.getBlock()); in EmitWhileStmt() 620 LoopStack.push(LoopHeader.getBlock(), CGM.getContext(), WhileAttrs); in EmitWhileStmt() 656 llvm::BasicBlock *ExitBlock = LoopExit.getBlock(); in EmitWhileStmt() 663 if (ExitBlock != LoopExit.getBlock()) { in EmitWhileStmt() 685 EmitBranch(LoopHeader.getBlock()); in EmitWhileStmt() 690 EmitBlock(LoopExit.getBlock(), true); in EmitWhileStmt() 695 SimplifyForwardingBlocks(LoopHeader.getBlock()); in EmitWhileStmt() 719 EmitBlock(LoopCond.getBlock()); in EmitDoStmt() [all …]
|
D | CodeGenFunction.cpp | 232 if (CurBB->empty() || ReturnBlock.getBlock()->use_empty()) { in EmitReturnBlock() 233 ReturnBlock.getBlock()->replaceAllUsesWith(CurBB); in EmitReturnBlock() 234 delete ReturnBlock.getBlock(); in EmitReturnBlock() 236 EmitBlock(ReturnBlock.getBlock()); in EmitReturnBlock() 243 if (ReturnBlock.getBlock()->hasOneUse()) { in EmitReturnBlock() 245 dyn_cast<llvm::BranchInst>(*ReturnBlock.getBlock()->user_begin()); in EmitReturnBlock() 247 BI->getSuccessor(0) == ReturnBlock.getBlock()) { in EmitReturnBlock() 253 delete ReturnBlock.getBlock(); in EmitReturnBlock() 262 EmitBlock(ReturnBlock.getBlock()); in EmitReturnBlock() 279 && ReturnBlock.getBlock()->use_empty(); in FinishFunction() [all …]
|
/external/dexmaker/src/dx/java/com/android/dx/ssa/ |
D | ConstCollector.java | 185 int pred = insn.getBlock().getPredecessors().nextSetBit(0); in getConstsSortedByCountUse() 203 if (insn.getBlock().getSuccessors().cardinality() > 1) { in getConstsSortedByCountUse() 307 use.getBlock()); in fixLocalAssignment() 309 ArrayList<SsaInsn> insns = use.getBlock().getInsns(); in fixLocalAssignment() 392 && use.getBlock().getSuccessors().cardinality() > 1) { in updateConstUses()
|
D | NormalSsaInsn.java | 47 getBlock().getParent().onSourcesChanged(this, oldSources); in mapSourceRegisters() 75 getBlock().getParent().onSourceChanged(this, origSpec, newSpec); in changeOneSource() 172 getBlock().getParent().onSourcesChanged(this, oldSources); in upgradeToLiteral()
|
D | LiteralOpUpgrader.java | 161 int pred = insn.getBlock().getPredecessors().nextSetBit(0); in tryReplacingWithConstant() 199 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock()); in replacePlainInsn() 201 List<SsaInsn> insns = insn.getBlock().getInsns(); in replacePlainInsn()
|
D | EscapeAnalysis.java | 144 int pred = moveInsn.getBlock().getPredecessors().nextSetBit(0); in getInsnForMove() 157 int succ = insn.getBlock().getSuccessors().nextSetBit(0); in getMoveForInsn() 588 deletedInsns.add(next.getBlock().getInsns().get(2)); in replaceUse() 744 SsaBasicBlock currBlock = insn.getBlock(); in insertExceptionThrow() 805 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock()); in insertPlainInsnBefore() 806 List<SsaInsn> insns = insn.getBlock().getInsns(); in insertPlainInsnBefore() 837 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock()); in insertThrowingInsnBefore() 838 List<SsaInsn> insns = insn.getBlock().getInsns(); in insertThrowingInsnBefore()
|
D | SCCP.java | 340 SsaBasicBlock block = insn.getBlock(); in simulateBranch() 483 SsaBasicBlock succ = insn.getBlock().getPrimarySuccessor(); in simulateStmt() 567 if (!executableBlocks.get(insn.getBlock().getIndex())) { in run() 581 if (!executableBlocks.get(insn.getBlock().getIndex())) { in run() 659 SsaBasicBlock block = insn.getBlock(); in replaceBranches()
|
/external/clang/include/clang/Analysis/Analyses/ |
D | Dominators.h | 71 if (!R || !OtherR || R->getBlock() != OtherR->getBlock()) in compare() 98 << DT->getNode(*I)->getIDom()->getBlock()->getBlockID() in dump()
|
/external/llvm/lib/Analysis/ |
D | IteratedDominanceFrontier.cpp | 63 BasicBlock *BB = Node->getBlock(); in calculate() 80 BasicBlock *SuccBB = SuccNode->getBlock(); in calculate()
|
D | DivergenceAnalysis.cpp | 143 BasicBlock *IPostDom = PDT.getNode(ThisBB)->getIDom()->getBlock(); in exploreSyncDependency() 186 InfluencedBB = IDomNode->getBlock(); in exploreSyncDependency()
|
/external/llvm/include/llvm/Support/ |
D | GenericDomTree.h | 88 NodeT *getBlock() const { return TheBB; } in getBlock() function 113 const NodeT *Nd = (*I)->getBlock(); in compare() 118 const NodeT *N = (*I)->getBlock(); in compare() 157 if (Node->getBlock()) 158 Node->getBlock()->printAsOperand(o, false); 408 Result.push_back(N->getBlock()); in getDescendants() 517 return IDomA->getBlock(); in findNearestCommonDominator() 536 return IDomB->getBlock(); in findNearestCommonDominator()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | CoreEngine.cpp | 267 HandlePostStmt(WU.getBlock(), WU.getIndex(), Pred); in dispatchWorkItem() 328 unsigned BlockId = L.getBlock()->getBlockID(); in HandleBlockEntrance() 336 NodeBuilderContext Ctx(*this, L.getBlock(), Pred); in HandleBlockEntrance() 340 HandleBlockExit(L.getBlock(), Pred); in HandleBlockEntrance() 674 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()), in generateNode() 694 Eng.G.getNode(BlockEdge(Src, I.getBlock(), Pred->getLocationContext()), in generateCaseStmtNode()
|
/external/llvm/include/llvm/IR/ |
D | Dominators.h | 105 if (!R || !OtherR || R->getBlock() != OtherR->getBlock()) in compare()
|
/external/pdfium/third_party/bigint/ |
D | BigInteger.hh | 94 Blk getBlock(Index i) const { return mag.getBlock(i); } in getBlock() function in BigInteger
|
D | BigUnsigned.hh | 98 Blk getBlock(Index i) const { return i >= len ? 0 : blk[i]; } in getBlock() function in BigUnsigned 112 return (getBlock(bi / N) & (Blk(1) << (bi % N))) != 0; in getBit()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | DataCommandConsolidator.java | 217 if (node.getBlock() != null) { in caseAIfCommand() 219 node.getBlock().apply(this); in caseAIfCommand()
|
/external/llvm/lib/Transforms/Scalar/ |
D | Sink.cpp | 263 BasicBlock *Candidate = (*I)->getBlock(); in SinkInstruction() 264 if ((*I)->getIDom()->getBlock() == Inst->getParent() && in SinkInstruction()
|
/external/llvm/include/llvm/Analysis/ |
D | DominanceFrontierImpl.h | 155 BlockT *BB = Node->getBlock(); in calculate() 194 BlockT *childBB = IDominee->getBlock(); in calculate()
|
/external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
D | WorkList.h | 55 const CFGBlock *getBlock() const { return block; } in getBlock() function
|