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

Declarations

include/llvm/CodeGen/MachineBasicBlock.h
  329   void clearLiveIns();

References

include/llvm/CodeGen/LivePhysRegs.h
  191   MBB.clearLiveIns();
lib/CodeGen/BranchFolding.cpp
  946     MBB->clearLiveIns();
lib/Target/AArch64/AArch64ExpandPseudoInsts.cpp
  242   StoreBB->clearLiveIns();
  244   LoadCmpBB->clearLiveIns();
  335   StoreBB->clearLiveIns();
  337   LoadCmpBB->clearLiveIns();
  393   LoopBB->clearLiveIns();
  395   DoneBB->clearLiveIns();
lib/Target/ARM/ARMExpandPseudoInsts.cpp
 1024   StoreBB->clearLiveIns();
 1026   LoadCmpBB->clearLiveIns();
 1144   StoreBB->clearLiveIns();
 1146   LoadCmpBB->clearLiveIns();