Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3548 class PhiNodeSet;
3552 PhiNodeSet *const Set;
3558 PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start);
3575 class PhiNodeSet { class
3661 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator()
3694 PhiNodeSet AllPhiNodes;
3750 PhiNodeSet &newPhiNodes() { return AllPhiNodes; } in newPhiNodes()
4001 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode()
4059 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet()