Lines Matching refs:PV
53 PhiValues PV(*F); in TEST() local
57 Vals = PV.getValuesForPhi(Phi1); in TEST()
61 Vals = PV.getValuesForPhi(Phi2); in TEST()
68 PV.invalidateValue(Val1); in TEST()
69 Vals = PV.getValuesForPhi(Phi1); in TEST()
73 Vals = PV.getValuesForPhi(Phi2); in TEST()
80 PV.invalidateValue(Phi1); in TEST()
81 Vals = PV.getValuesForPhi(Phi1); in TEST()
129 PhiValues PV(*F); in TEST() local
133 Vals = PV.getValuesForPhi(Phi1); in TEST()
137 Vals = PV.getValuesForPhi(Phi2); in TEST()
141 Vals = PV.getValuesForPhi(Phi3); in TEST()
149 PV.invalidateValue(Phi1); in TEST()
150 Vals = PV.getValuesForPhi(Phi1); in TEST()
154 Vals = PV.getValuesForPhi(Phi2); in TEST()
158 Vals = PV.getValuesForPhi(Phi3); in TEST()
166 PV.invalidateValue(Phi3); in TEST()
167 Vals = PV.getValuesForPhi(Phi1); in TEST()
171 Vals = PV.getValuesForPhi(Phi2); in TEST()
175 Vals = PV.getValuesForPhi(Phi3); in TEST()
182 PV.invalidateValue(Phi3); in TEST()
183 Vals = PV.getValuesForPhi(Phi1); in TEST()
187 Vals = PV.getValuesForPhi(Phi2); in TEST()
191 Vals = PV.getValuesForPhi(Phi3); in TEST()
199 PV.invalidateValue(Phi2); in TEST()
201 PV.invalidateValue(Phi3); in TEST()
202 Vals = PV.getValuesForPhi(Phi1); in TEST()
206 Vals = PV.getValuesForPhi(Phi3); in TEST()