Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/unittests/IR/
H A DBasicBlockTest.cpp40 int PhiCount = 0; in TEST() local
43 PhiCount++; in TEST()
45 ASSERT_EQ(PhiCount, 0) << "empty block should have no phis"; in TEST()