Searched refs:is_conditional (Results 1 – 7 of 7) sorted by relevance
110 bool is_conditional() const;264 if (is_conditional()) in enclosing_conditional()278 bool prog_scope::is_conditional() const in is_conditional() function in __anon1d258fbb0111::prog_scope
1113 external is_conditional : llvalue -> bool = "llvm_is_conditional"1118 else if is_conditional llv then
1867 (** [is_conditional v] returns true if the branch instruction [v] is conditional.1869 val is_conditional : llvalue -> bool val
1102 external is_conditional : llvalue -> bool = "llvm_is_conditional"1107 else if is_conditional llv then
1883 (** [is_conditional v] returns true if the branch instruction [v] is conditional.1885 val is_conditional : llvalue -> bool val
1189 insist (is_conditional br = false) ;1203 insist (is_conditional br = true) ;
1257 insist (is_conditional br = false) ;1271 insist (is_conditional br = true) ;