Searched refs:getBlock (Results 1 – 11 of 11) sorted by relevance
52 getBlock().getParent().onSourcesChanged(this, oldSources); in mapSourceRegisters()80 getBlock().getParent().onSourceChanged(this, origSpec, newSpec); in changeOneSource()178 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()308 use.getBlock()); in fixLocalAssignment()310 ArrayList<SsaInsn> insns = use.getBlock().getInsns(); in fixLocalAssignment()393 && use.getBlock().getSuccessors().cardinality() > 1) { in updateConstUses()
163 int pred = insn.getBlock().getPredecessors().nextSetBit(0); in tryReplacingWithConstant()201 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock()); in replacePlainInsn()203 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()747 SsaBasicBlock currBlock = insn.getBlock(); in insertExceptionThrow()808 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock()); in insertPlainInsnBefore()809 List<SsaInsn> insns = insn.getBlock().getInsns(); in insertPlainInsnBefore()840 NormalSsaInsn newInsn = new NormalSsaInsn(newRopInsn, insn.getBlock()); in insertThrowingInsnBefore()841 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()
807 SsaBasicBlock block = deletedInsn.getBlock(); in deleteInsns()
135 SsaBasicBlock block = insn.getBlock(); in insertMoveBefore()
171 blockN = insn.getBlock(); in run()
539 BitSet predBlocks = insn.getBlock().getPredecessors(); in handleCheckCastResults()1036 IntSet liveOut = insn.getBlock().getLiveOutRegs(); in fitPlanForRange()