Searched refs:MaybePredState (Results 1 – 1 of 1) sorted by relevance
276 const std::optional<TypeErasedDataflowAnalysisState> &MaybePredState = in computeBlockInputState() local278 if (!MaybePredState) in computeBlockInputState()281 const TypeErasedDataflowAnalysisState &PredState = *MaybePredState; in computeBlockInputState()292 TypeErasedDataflowAnalysisState Copy = MaybePredState->fork(); in computeBlockInputState()