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.''')
41 bool DoesBranch; member67 insn->DoesBranch()}; in GetPtrauthInstructionInfo()199 blr_ptrauth_info->DoesBranch) { in DeterminePtrauthFailure()
52 bool DoesBranch();
208 bool SBInstruction::DoesBranch() { in DoesBranch() function in SBInstruction213 return inst_sp->DoesBranch(); in DoesBranch()
164 virtual bool DoesBranch() = 0;359 bool DoesBranch() override;
1077 if (m_instructions[i]->DoesBranch()) { in GetIndexOfNextBranchInstruction()1188 bool PseudoInstruction::DoesBranch() { in DoesBranch() function in PseudoInstruction
424 bool DoesBranch() override { in DoesBranch() function in InstructionLLVMC
34015 result = (bool)(arg1)->DoesBranch(); in _wrap_SBInstruction_DoesBranch()