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

References

include/llvm/CodeGen/LiveInterval.h
   77     bool isPHIDef() const { return def.isBlock(); }
lib/CodeGen/LiveInterval.cpp
  469       if (Def.isBlock() ||
lib/CodeGen/LiveIntervals.cpp
  721       if (RI->end.isBlock())
  823   if (Start.isBlock())
  827   if (Stop.isBlock())
 1566         if (!isEndValid && !LII->end.isBlock())
lib/CodeGen/MachineVerifier.cpp
 2520   if (S.end.isBlock()) {
lib/CodeGen/RegisterCoalescer.cpp
 2937       if (!Def.isBlock()) {
lib/CodeGen/TwoAddressInstructionPass.cpp
  446     return !I->end.isBlock() && SlotIndex::isSameInstr(I->end, useIdx);