Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/test/Transforms/LoopUnroll/
H A Dpr31718.ll17 ; CHECK-NEXT: br label [[PH2:%.*]]
42 ; CHECK-NEXT: br i1 [[C3]], label [[LATCH1]], label [[PH2]]
/llvm-project-15.0.7/clang-tools-extra/test/clang-tidy/checkers/modernize/
H A Dmake-unique.cpp399 std::unique_ptr<H> PH2 = std::unique_ptr<H>(new H({1, 2, 3}, 1)); in initialization() local
402 PH2.reset(new H({1, 2, 3}, 1)); in initialization()
/llvm-project-15.0.7/llvm/unittests/IR/
H A DMetadataTest.cpp3498 DistinctMDOperandPlaceholder PH2(0); in TEST_F() local
3499 Metadata *Ops[] = {&PH0, &PH1, &PH2}; in TEST_F()
3503 ASSERT_EQ(&PH2, D->getOperand(2)); in TEST_F()
3510 PH2.replaceUseWith(nullptr); in TEST_F()