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

/external/llvm/lib/Target/SystemZ/
H A DSystemZElimCompare.cpp163 // and convert the branch to a BRCT(G). Return true on success.
169 unsigned BRCT; local
171 BRCT = SystemZ::BRCT;
173 BRCT = SystemZ::BRCTG;
197 // The transformation is OK. Rebuild Branch as a BRCT(G).
202 Branch->setDesc(TII->get(BRCT));
338 // Try to remove both MI and Compare by converting a branch to BRCT(G).

Completed in 50 milliseconds