Searched refs:HoistThenElseCodeToIf (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DSimplifyCFG.cpp215 bool HoistThenElseCodeToIf(BranchInst *BI, const TargetTransformInfo &TTI);
1235 // (comments in HoistThenElseCodeToIf explain why we would need to do this), we
1256 bool SimplifyCFGOpt::HoistThenElseCodeToIf(BranchInst *BI, function in class:SimplifyCFGOpt
2091 // FIXME: Try to remove some of the duplication with HoistThenElseCodeToIf.
6034 if (HoistThenElseCodeToIf(BI, TTI))

Completed in 85 milliseconds