Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp284 bool simplifyDuplicateSwitchArms(SwitchInst *SI, DomTreeUpdater *DTU);
7486 bool SimplifyCFGOpt::simplifyDuplicateSwitchArms(SwitchInst *SI, in simplifyDuplicateSwitchArms() function in SimplifyCFGOpt
7637 if (simplifyDuplicateSwitchArms(SI, DTU)) in simplifySwitch()