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

Declarations

include/llvm/CodeGen/LivePhysRegs.h
  175 void computeLiveIns(LivePhysRegs &LiveRegs, const MachineBasicBlock &MBB);

References

lib/CodeGen/BranchFolding.cpp
  928     computeLiveIns(NewLiveIns, *MBB);
lib/CodeGen/LivePhysRegs.cpp
  328   computeLiveIns(LiveRegs, MBB);