Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DInstrRefBasedImpl.cpp3868 class LDVSSAPhi { class
3873 LDVSSAPhi(BlockValueNum PHIValNum, LDVSSABlock *ParentBlock) in LDVSSAPhi() function in __anon52c3d0e81211::LDVSSAPhi
3909 using PHIListT = SmallVector<LDVSSAPhi, 1>;
3925 LDVSSAPhi *newPHI(BlockValueNum Value) { in newPHI()
3940 DenseMap<BlockValueNum, LDVSSAPhi *> PHIs;
3989 raw_ostream &operator<<(raw_ostream &out, const LDVSSAPhi &PHI) { in operator <<()
4008 using PhiT = LDVSSAPhi;
4018 LDVSSAPhi *PHI;
4022 explicit PHI_iterator(LDVSSAPhi *P) // begin iterator in PHI_iterator()
4024 PHI_iterator(LDVSSAPhi *P, bool) // end iterator in PHI_iterator()
[all …]