Searched refs:conditionTrackerCount (Results 1 – 1 of 1) sorted by relevance
291 const int conditionTrackerCount = config.predicate_size(); in initConditions() local292 conditionConfigs.reserve(conditionTrackerCount); in initConditions()293 allConditionTrackers.reserve(conditionTrackerCount); in initConditions()294 initialConditionCache.reserve(conditionTrackerCount); in initConditions()297 for (int i = 0; i < conditionTrackerCount; i++) { in initConditions()