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

References

include/llvm/CodeGen/MachineInstr.h
  736   bool isPredicable(QueryType Type = AllInBundle) const {
  954   bool isRematerializable(QueryType Type = AllInBundle) const {
  966   bool isAsCheapAsAMove(QueryType Type = AllInBundle) const {
lib/CodeGen/MachineInstr.cpp
  575       if (Type == AllInBundle && !MII->isBundle())
  580       return Type == AllInBundle;