Searched refs:getBlock (Results 1 – 10 of 10) sorted by relevance
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()
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()
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()
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()
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()
103 public SsaBasicBlock getBlock() { in getBlock() method in SsaInsn
270 getBlock().getParent().onSourceChanged(this, old, o.regSpec); in mapSourceRegisters()
137 SsaBasicBlock block = insn.getBlock(); in insertMoveBefore()
171 blockN = insn.getBlock(); in run()
460 BitSet predBlocks = insn.getBlock().getPredecessors(); in handleCheckCastResults()920 IntSet liveOut = insn.getBlock().getLiveOutRegs(); in fitPlanForRange()