Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3454 class PhiNodeSet;
3458 PhiNodeSet *const Set;
3464 PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start);
3481 class PhiNodeSet { class
3567 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator()
3600 PhiNodeSet AllPhiNodes;
3656 PhiNodeSet &newPhiNodes() { return AllPhiNodes; } in newPhiNodes()
3907 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode()
3965 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet()