Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp273 bool hoistCommonCodeFromSuccessors(BasicBlock *BB, bool EqTermsOnly);
1534 bool SimplifyCFGOpt::hoistCommonCodeFromSuccessors(BasicBlock *BB, in hoistCommonCodeFromSuccessors() function in SimplifyCFGOpt
7055 hoistCommonCodeFromSuccessors(SI->getParent(), !Options.HoistCommonInsts)) in simplifySwitch()
7324 if (HoistCommon && hoistCommonCodeFromSuccessors( in simplifyCondBranch()