Home | History | Annotate | Download | only in MC

Lines Matching refs:MIA

33                                            const MCInstrAnalysis &MIA)
34 : Obj(Obj), Dis(Dis), MIA(MIA) {}
132 if (MIA.isTerminator(II->Inst))
135 if (MIA.evaluateBranch(II->Inst, II->Address, II->Size, Target)) {
136 if (MIA.isCall(II->Inst))
166 if (MIA.isBranch(LI.Inst)) {
168 if (MIA.evaluateBranch(LI.Inst, LI.Address, LI.Size, Target))
170 if (MIA.isConditionalBranch(LI.Inst))
172 } else if (!MIA.isTerminator(LI.Inst))