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

References

lib/CodeGen/EarlyIfConversion.cpp
  202   if (!MBB->livein_empty()) {
  296   if (!MBB->livein_empty()) {
  461     if (!Tail->livein_empty()) {
lib/CodeGen/LiveIntervals.cpp
  321     if ((&MBB != &MF->front() && !MBB.isEHPad()) || MBB.livein_empty())
lib/CodeGen/LivePhysRegs.cpp
  258   assert(MBB.livein_empty() && "Expected empty live-in list");
lib/CodeGen/MIRPrinter.cpp
  668   if (MRI.tracksLiveness() && !MBB.livein_empty()) {
lib/CodeGen/MachineBasicBlock.cpp
  390   if (!livein_empty() && MRI.tracksLiveness()) {
lib/CodeGen/MachineSink.cpp
 1230     if (!SI->livein_empty() && SI->pred_size() == 1)
lib/Target/AArch64/AArch64ConditionalCompares.cpp
  386   if (!MBB->livein_empty()) {
  479   if (!Tail->livein_empty()) {
  493   if (!CmpBB->livein_empty()) {