Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombinePHI.cpp1305 SmallDenseMap<ConstantInt *, BasicBlock *, 8> SuccForValue; in simplifyUsingControlFlow() local
1308 SuccForValue[C] = Succ; in simplifyUsingControlFlow()
1340 auto It = SuccForValue.find(Input); in simplifyUsingControlFlow()
1341 return It != SuccForValue.end() && SuccCount[It->second] == 1 && in simplifyUsingControlFlow()