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

Declarations

lib/Transforms/Vectorize/VPlan.h
 1301   const Twine getUID(const VPBlockBase *Block);

References

lib/Transforms/Vectorize/VPlan.cpp
  546   OS << Indent << getUID(Tail) << " -> " << getUID(Head);
  546   OS << Indent << getUID(Tail) << " -> " << getUID(Head);
  549     OS << " ltail=" << getUID(From);
  551     OS << " lhead=" << getUID(To);
  572   OS << Indent << getUID(BasicBlock) << " [label =\n";
  611   OS << Indent << "subgraph " << getUID(Region) << " {\n";