Searched refs:DoesBranch (Results 1 – 9 of 9) sorted by relevance
212 assert(first_insn->DoesBranch() && !second_insn->DoesBranch()); in GetStepThroughTrampolinePlan()
30 is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value that indicates if this instruction is a branch instruction.''')
52 bool DoesBranch();
41 bool DoesBranch; member64 insn->DoesBranch()}; in GetPtrauthInstructionInfo()196 blr_ptrauth_info->DoesBranch) { in DeterminePtrauthFailure()
41 // 3 if (inst.DoesBranch())209 bool SBInstruction::DoesBranch() { in DoesBranch() function in SBInstruction 214 return inst_sp->DoesBranch(); in DoesBranch()
164 virtual bool DoesBranch() = 0;359 bool DoesBranch() override;
1043 if (m_instructions[i]->DoesBranch()) { in GetIndexOfNextBranchInstruction()1156 bool PseudoInstruction::DoesBranch() { in DoesBranch() function in PseudoInstruction
423 bool DoesBranch() override { in HasDelaySlot() 418 bool DoesBranch() override { DoesBranch() function in InstructionLLVMC
33542 result = (bool)(arg1)->DoesBranch(); in _wrap_SBInstruction_DoesBranch()