Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DIfConversion.cpp148 bool ClobbersPred : 1; member
162 ClobbersPred(false) {} in BBInfo()
841 if (TrueBBI.ClobbersPred && FalseBBI.ClobbersPred) in RescanInstructions()
1086 BBI.ClobbersPred = false; in ScanInstructions()
1151 if (BBI.ClobbersPred && !isPredicated) { in ScanInstructions()
1164 BBI.ClobbersPred = true; in ScanInstructions()
1338 (bool) TrueBBICalc.ClobbersPred, (bool) FalseBBICalc.ClobbersPred)); in AnalyzeBlock()
1356 (bool) TrueBBICalc.ClobbersPred, (bool) FalseBBICalc.ClobbersPred)); in AnalyzeBlock()
2230 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in CopyAndPredicateBlock()
2365 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in MergeBlocks()