Home | History | Annotate | Download | only in IR

Lines Matching refs:PH

2589   DistinctMDOperandPlaceholder PH(7);
2590 EXPECT_DEATH(MetadataAsValue::get(Context, &PH),
2596 DistinctMDOperandPlaceholder PH(7);
2597 EXPECT_DEATH(MDTuple::get(Context, &PH), "Unexpected callback to owner");
2602 DistinctMDOperandPlaceholder PH(7);
2603 MDTuple::getDistinct(Context, &PH);
2604 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH),
2616 DistinctMDOperandPlaceholder PH(7);
2617 MDTuple::getDistinct(Context, &PH);
2618 EXPECT_DEATH(TrackingMDRef Ref(&PH), "Placeholders can only be used once");
2621 DistinctMDOperandPlaceholder PH(7);
2622 TrackingMDRef Ref(&PH);
2623 EXPECT_DEATH(MDTuple::getDistinct(Context, &PH),