Lines Matching refs:CurrentState
616 CurrentState(0) { in CalledOnceChecker()
723 assert(CurrentState.isVisited() && in check()
728 if (assignState(BB, CurrentState)) { in check()
741 CurrentState = joinSuccessors(BB); in check()
742 assert(CurrentState.isVisited() && in check()
905 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processCallFor()
912 Parameter, &CurrentState.getCallFor(Index), Call, in processCallFor()
932 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(Index); in processEscapeFor()
1491 for (ParameterStatus &PS : CurrentState) { in markNoReturn()
1509 ParameterStatus &CurrentParamStatus = CurrentState.getStatusFor(*Index); in checkSuppression()
1692 State CurrentState; member in __anon946405a00111::CalledOnceChecker