Searched refs:DirectCount (Results 1 – 1 of 1) sorted by relevance
638 uint64_t DirectCount = 0; in promoteCallWithIfThenElse() local644 DirectCount = It->second.getEntrycount(); in promoteCallWithIfThenElse()652 assert(TotalCount >= DirectCount); in promoteCallWithIfThenElse()653 uint64_t IndirectCount = TotalCount - DirectCount; in promoteCallWithIfThenElse()656 Ctx.counters()[DirectID] = DirectCount; in promoteCallWithIfThenElse()