Searched refs:CurrStates (Results 1 – 2 of 2) sorted by relevance
1259 new ConsumedStateMap(*CurrStates)); in splitState()1272 CurrStates->setSource(Cond); in splitState()1274 splitVarStateForIf(IfNode, PInfo.getVarTest(), CurrStates.get(), in splitState()1278 CurrStates->setSource(PInfo.testSourceNode()); in splitState()1280 splitVarStateForIfBinOp(PInfo, CurrStates.get(), FalseStates.get()); in splitState()1302 CurrStates->setSource(BinOp); in splitState()1306 ConsumedState VarState = CurrStates->getState(Test.Var); in splitState()1310 CurrStates->setState(Test.Var, Test.TestsFor); in splitState()1312 CurrStates->markUnreachable(); in splitState()1329 BlockInfo.addInfo(*SI, std::move(CurrStates)); in splitState()[all …]
241 std::unique_ptr<ConsumedStateMap> CurrStates; variable