Searched defs:branch_type (Results 1 – 7 of 7) sorted by relevance
32 STATUS FunctionalizeCond::GetSwitchBranchType(const CNodePtr &switch_cnode, BranchType *branch_type… in GetSwitchBranchType()64 void FunctionalizeCond::CheckBranchIsEffective(const CNodePtr &switch_cnode, BranchType branch_type… in CheckBranchIsEffective()94 BranchType branch_type) { in BranchSubGraphAddNodes()179 …ionalizeCond::CreateBranchGraph(const AnfNodePtr &node, std::string name, BranchType branch_type) { in CreateBranchGraph()
870 int Instruction::GetImmBranchRangeBitwidth(ImmBranchType branch_type) { in GetImmBranchRangeBitwidth()887 int32_t Instruction::GetImmBranchForwardRange(ImmBranchType branch_type) { in GetImmBranchForwardRange()893 bool Instruction::IsValidImmPCOffset(ImmBranchType branch_type, in IsValidImmPCOffset()
581 static int ImmBranchRangeBitwidth(ImmBranchType branch_type)) { in ImmBranchRangeBitwidth()
232 ImmBranchType branch_type) { in RegisterUnresolvedBranch()
217 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo()436 static int BranchIndexFromType(ImmBranchType branch_type) { in BranchIndexFromType()450 bool IsValidBranchType(ImmBranchType branch_type) { in IsValidBranchType()8313 bool LabelIsOutOfRange(Label* label, ImmBranchType branch_type) { in LabelIsOutOfRange()
205 enum vtn_branch_type branch_type; member
2835 TEST(branch_type) { in TEST() argument