Home | History | Annotate | Download | only in IR

Lines Matching refs:PH

2342   DistinctMDOperandPlaceholder PH(7);
2343 EXPECT_DEATH(MetadataAsValue::get(Context, &PH),
2349 DistinctMDOperandPlaceholder PH(7);
2350 EXPECT_DEATH(MDTuple::get(Context, &PH), "Unexpected callback to owner");
2355 DistinctMDOperandPlaceholder PH(7);
2356 MDTuple::getDistinct(Context, &PH);
2357 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH),
2369 DistinctMDOperandPlaceholder PH(7);
2370 MDTuple::getDistinct(Context, &PH);
2371 EXPECT_DEATH(TrackingMDRef Ref(&PH), "Placeholders can only be used once");
2374 DistinctMDOperandPlaceholder PH(7);
2375 TrackingMDRef Ref(&PH);
2376 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH),