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