Searched defs:BranchInfo (Results 1 – 3 of 3) sorted by relevance
23 struct BranchInfo { struct24 FlagsCondition condition;25 Label* true_label;26 Label* false_label;27 bool fallthru;
42 bool BranchInfo; member
171 BranchInfo() in BranchInfo() function174 BranchInfo(ptrdiff_t offset, Label* label, ImmBranchType branch_type) in BranchInfo() function