Searched refs:SuccForValue (Results 1 – 1 of 1) sorted by relevance
1313 SmallDenseMap<ConstantInt *, BasicBlock *, 8> SuccForValue; in simplifyUsingControlFlow() local1316 SuccForValue[C] = Succ; in simplifyUsingControlFlow()1348 auto It = SuccForValue.find(Input); in simplifyUsingControlFlow()1349 return It != SuccForValue.end() && SuccCount[It->second] == 1 && in simplifyUsingControlFlow()