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

References

lib/Target/AArch64/AArch64SpeculationHardening.cpp
  190   if (TII->analyzeBranch(MBB, TBB, FBB, analyzeBranchCondCode, false))
  194   if (analyzeBranchCondCode.empty())
  212   assert(analyzeBranchCondCode.size() == 1 && "unknown Cond array format");
  213   CondCode = AArch64CC::CondCode(analyzeBranchCondCode[0].getImm());