Searched refs:Exec_Else (Results 1 - 1 of 1) sorted by relevance

/openbsd-current/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonExpandCondsets.cpp197 enum { Exec_Then = 0x10, Exec_Else = 0x20 }; enumerator in enum:__anon2845::HexagonExpandCondsets::__anon2847
1007 // as TfrI (Exec_Then), and also on the opposite one (Exec_Else).
1008 unsigned Exec = Exec_Then | Exec_Else;
1010 Exec = (Cond == HII->isPredicatedTrue(MI)) ? Exec_Then : Exec_Else;
1051 if (isRefInMap(RT, Defs, Exec_Then) || isRefInMap(RT, Uses, Exec_Else))

Completed in 188 milliseconds