reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

lib/Target/AArch64/AArch64ConditionalCompares.cpp
  502   if (TII->analyzeBranch(*Head, TBB, FBB, HeadCond)) {
  510   if (!TBB || HeadCond.empty()) {
  524   if (TBB != CmpBB) {
  525     assert(TBB == Tail && "Unexpected TBB");
  530   TBB = FBB = nullptr;
  531   if (TII->analyzeBranch(*CmpBB, TBB, FBB, CmpBBCond)) {
  537   if (!TBB || CmpBBCond.empty()) {
  550   if (TBB != Tail)