Home
last modified time | relevance | path

Searched refs:SuccForValue (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1310 SmallDenseMap<ConstantInt *, BasicBlock *, 8> SuccForValue; in simplifyUsingControlFlow() local
1313 SuccForValue[C] = Succ; in simplifyUsingControlFlow()
1345 auto It = SuccForValue.find(Input); in simplifyUsingControlFlow()
1346 return It != SuccForValue.end() && SuccCount[It->second] == 1 && in simplifyUsingControlFlow()