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