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