Searched refs:DoesBranch (Results 1 – 9 of 9) sorted by relevance
54 DoesBranch ();100 …is_branch = property(DoesBranch, None, doc='''A read only property that returns a boolean value th…
11 obj.DoesBranch()
212 assert(first_insn->DoesBranch() && !second_insn->DoesBranch()); in GetStepThroughTrampolinePlan()
50 bool DoesBranch();
38 bool DoesBranch; member61 insn->DoesBranch()}; in GetPtrauthInstructionInfo()192 blr_ptrauth_info->DoesBranch) { in DeterminePtrauthFailure()
190 bool SBInstruction::DoesBranch() { in DoesBranch() function in SBInstruction195 return inst_sp->DoesBranch(); in DoesBranch()
162 virtual bool DoesBranch() = 0;355 bool DoesBranch() override;
1039 if (m_instructions[i]->DoesBranch()) { in GetIndexOfNextBranchInstruction()1153 bool PseudoInstruction::DoesBranch() { in DoesBranch() function in PseudoInstruction
417 bool DoesBranch() override { in DoesBranch() function in InstructionLLVMC