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.cpp3885 class PhiNodeSet;
3889 PhiNodeSet *const Set;
3895 PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start);
3912 class PhiNodeSet { class
3998 PhiNodeSetIterator::PhiNodeSetIterator(PhiNodeSet *const Set, size_t Start) in PhiNodeSetIterator()
4031 PhiNodeSet AllPhiNodes;
4087 PhiNodeSet &newPhiNodes() { return AllPhiNodes; } in newPhiNodes()
4338 PhiNodeSet &PhiNodesToMatch) { in MatchPhiNode()
4396 PhiNodeSet &PhiNodesToMatch = ST.newPhiNodes(); in MatchPhiSet()