Home
last modified time | relevance | path

Searched refs:PhiNodeSet (Results 1 – 1 of 1) sorted by relevance

/freebsd-12.1/contrib/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp2675 class PhiNodeSet;
2679 PhiNodeSet * const Set;
2685 PhiNodeSetIterator(PhiNodeSet * const Set, size_t Start);
2702 class PhiNodeSet { class
2794 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator()
2827 PhiNodeSet AllPhiNodes;
2886 PhiNodeSet& newPhiNodes() { return AllPhiNodes; } in newPhiNodes()
3126 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode()
3180 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet()