Searched defs:BranchInfo (Results 1 – 3 of 3) sorted by relevance
34 struct BranchInfo { struct35 FlagsCondition condition;36 Label* true_label;37 Label* false_label;38 bool fallthru;
53 bool BranchInfo; member
212 BranchInfo() in BranchInfo() function217 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo() function