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