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

/freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp181 bool FClobbersPred : 1; member in struct:__anon3479::IfConverter::IfcvtToken
186 TClobbersPred(tc), FClobbersPred(fc) {}
269 bool TClobbersPred, bool FClobbersPred,
566 Token->FClobbersPred);
578 Token->FClobbersPred);
1776 bool TClobbersPred, bool FClobbersPred,
1805 if (TClobbersPred && !FClobbersPred)
1807 else if (!TClobbersPred && !FClobbersPred) {
1810 } else if (TClobbersPred && FClobbersPred)
2012 bool TClobbersPred, bool FClobbersPred) {
1773 IfConvertDiamondCommon( BBInfo &BBI, BBInfo &TrueBBI, BBInfo &FalseBBI, unsigned NumDups1, unsigned NumDups2, bool TClobbersPred, bool FClobbersPred, bool RemoveBranch, bool MergeAddEdges) argument
2009 IfConvertForkedDiamond( BBInfo &BBI, IfcvtKind Kind, unsigned NumDups1, unsigned NumDups2, bool TClobbersPred, bool FClobbersPred) argument
2045 IfConvertDiamond(BBInfo &BBI, IfcvtKind Kind, unsigned NumDups1, unsigned NumDups2, bool TClobbersPred, bool FClobbersPred) argument
[all...]

Completed in 58 milliseconds