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

Declarations

lib/CodeGen/CodeGenPrepare.cpp
 2831 class PhiNodeSet;

References

lib/CodeGen/CodeGenPrepare.cpp
 2835   PhiNodeSet * const Set;
 2841   PhiNodeSetIterator(PhiNodeSet * const Set, size_t Start);
 2950 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start)
 2983   PhiNodeSet AllPhiNodes;
 3042   PhiNodeSet& newPhiNodes() { return AllPhiNodes; }
 3282                     PhiNodeSet &PhiNodesToMatch) {
 3340     PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes();