Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp274 bool hoistSuccIdenticalTerminatorToSwitchOrIf(
1638 return hoistSuccIdenticalTerminatorToSwitchOrIf(TI, I1, Insts) || Changed; in hoistCommonCodeFromSuccessors()
1707 bool SimplifyCFGOpt::hoistSuccIdenticalTerminatorToSwitchOrIf( in hoistSuccIdenticalTerminatorToSwitchOrIf() function in SimplifyCFGOpt