Searched refs:MaybePredState (Results 1 – 1 of 1) sorted by relevance
291 const std::optional<TypeErasedDataflowAnalysisState> &MaybePredState = in computeBlockInputState() local293 if (!MaybePredState) in computeBlockInputState()296 const TypeErasedDataflowAnalysisState &PredState = *MaybePredState; in computeBlockInputState()307 TypeErasedDataflowAnalysisState Copy = MaybePredState->fork(); in computeBlockInputState()