Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1298 SmallDenseMap<ConstantInt *, BasicBlock *, 8> SuccForValue; in simplifyUsingControlFlow() local
1301 SuccForValue[C] = Succ; in simplifyUsingControlFlow()
1333 auto It = SuccForValue.find(Input); in simplifyUsingControlFlow()
1334 return It != SuccForValue.end() && SuccCount[It->second] == 1 && in simplifyUsingControlFlow()