Searched refs:isInvoke (Results 1 – 15 of 15) sorted by relevance
59 if (!MIB->isInvoke(Inst)) in doForAllPreds()
57 if (MIB->isEHLabel(It) || MIB->isInvoke(It)) { in checkInstr()
252 if (BC.MIB->isInvoke(Instr)) { in splitFunction()
250 const bool CSIsInvoke = BC.MIB->isInvoke(*CallInst); in inlineCall()
365 if (BC.MIB->isInvoke(*I)) in instrumentFunction()
594 if (!BC.MIB->isInvoke(*II)) in runOnFunctions()
1006 if (PP.isInst() && BC.MIB->isInvoke(*PP.getInst())) { in doRestorePlacement()
363 if (P.isInst() && BC.MIB->isInvoke(*P.getInst())) in run()393 if (Backward && BC.MIB->isInvoke(Inst)) { in run()
163 if (!isInvoke(Inst)) in updateEHInfo()185 assert(isInvoke(Inst) && "GNU_args_size can only be set for invoke"); in addGnuArgsSize()
238 assert(!BC.MIB->isInvoke(Instruction) && in parseLSDA()406 const bool Throws = BC.MIB->isInvoke(*II); in updateEHRanges()
1881 if (!BC.MIB->isInvoke(Instr)) in recomputeLandingPads()3317 } else if (BC.MIB->isInvoke(Instr)) { in propagateGnuArgsSizeInfo()
1853 if (MIB->isInvoke(Instruction)) { in printInstruction()
3560 assert(!isInvoke(CallInst)); in indirectCallPromotion()3602 if (isInvoke(CallInst) && !isInvoke(CallOrJmp)) { in indirectCallPromotion()
1035 virtual bool isInvoke(const MCInst &Inst) const { in isInvoke() function
902 assert(BC.MIB->isInvoke(InvokeInst) && "must be invoke instruction"); in getLandingPadBBFor()