Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3203 class PhiNodeSet;
3207 PhiNodeSet * const Set;
3213 PhiNodeSetIterator(PhiNodeSet * const Set, size_t Start);
3230 class PhiNodeSet { class
3320 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator()
3353 PhiNodeSet AllPhiNodes;
3412 PhiNodeSet& newPhiNodes() { return AllPhiNodes; } in newPhiNodes()
3652 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode()
3710 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet()