Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/tools/llvm-profgen/
H A DProfileGenerator.cpp249 uint64_t EndCount = UINT64_MAX; in findDisjointRanges() member
262 if (EndCount == UINT64_MAX) in findDisjointRanges()
263 EndCount = 0; in findDisjointRanges()
264 EndCount += Count; in findDisjointRanges()
340 if (Point.EndCount != UINT64_MAX) { in findDisjointRanges()
344 assert(Count >= Point.EndCount && "Mismatched live ranges"); in findDisjointRanges()
345 Count -= Point.EndCount; in findDisjointRanges()
/llvm-project-15.0.7/llvm/unittests/CodeGen/
H A DAsmPrinterDwarfTest.cpp386 virtual void endModule() override { Test.EndCount++; } in endModule()
420 int EndCount = 0; member in __anon5e2e47990111::AsmPrinterHandlerTest
428 ASSERT_EQ(EndCount, 3); in TEST_F()