Searched refs:getBlock (Results 1 – 10 of 10) sorted by relevance
52 getBlock().getParent().onSourcesChanged(this, oldSources); in mapSourceRegisters()80 getBlock().getParent().onSourceChanged(this, origSpec, newSpec); in changeOneSource()177 getBlock().getParent().onSourcesChanged(this, oldSources); in upgradeToLiteral()
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()
160 int pred = insn.getBlock().getPredecessors().nextSetBit(0); in tryReplacingWithConstant()198 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock()); in replacePlainInsn()200 List<SsaInsn> insns = insn.getBlock().getInsns(); in replacePlainInsn()
143 int pred = moveInsn.getBlock().getPredecessors().nextSetBit(0); in getInsnForMove()156 int succ = insn.getBlock().getSuccessors().nextSetBit(0); in getMoveForInsn()587 deletedInsns.add(next.getBlock().getInsns().get(2)); in replaceUse()743 SsaBasicBlock currBlock = insn.getBlock(); in insertExceptionThrow()804 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock()); in insertPlainInsnBefore()805 List<SsaInsn> insns = insn.getBlock().getInsns(); in insertPlainInsnBefore()836 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock()); in insertThrowingInsnBefore()837 List<SsaInsn> insns = insn.getBlock().getInsns(); in insertThrowingInsnBefore()
339 SsaBasicBlock block = insn.getBlock(); in simulateBranch()482 SsaBasicBlock succ = insn.getBlock().getPrimarySuccessor(); in simulateStmt()566 if (!executableBlocks.get(insn.getBlock().getIndex())) { in run()580 if (!executableBlocks.get(insn.getBlock().getIndex())) { in run()658 SsaBasicBlock block = insn.getBlock(); in replaceBranches()
107 public SsaBasicBlock getBlock() { in getBlock() method in SsaInsn
274 getBlock().getParent().onSourceChanged(this, old, o.regSpec); in mapSourceRegisters()
135 SsaBasicBlock block = insn.getBlock(); in insertMoveBefore()
170 blockN = insn.getBlock(); in run()
539 BitSet predBlocks = insn.getBlock().getPredecessors(); in handleCheckCastResults()1033 IntSet liveOut = insn.getBlock().getLiveOutRegs(); in fitPlanForRange()