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