Searched defs:BRCT (Results 1 - 1 of 1) sorted by relevance

/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp174 // and convert the branch to a BRCT(G). Return true on success.
180 unsigned BRCT; local
182 BRCT = SystemZ::BRCT;
184 BRCT = SystemZ::BRCTG;
208 // The transformation is OK. Rebuild Branch as a BRCT(G).
212 Branch->setDesc(TII->get(BRCT));
349 // Try to remove both MI and Compare by converting a branch to BRCT(G).

Completed in 100 milliseconds