Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp111 bool ClobbersPred : 1; member
123 CannotBeCopied(false), ClobbersPred(false), NonPredSize(0), in BBInfo()
543 (TrueBBI.ClobbersPred && FalseBBI.ClobbersPred)) in ValidDiamond()
648 BBI.ClobbersPred = false; in ScanInstructions()
679 if (BBI.ClobbersPred && !isPredicated) { in ScanInstructions()
697 BBI.ClobbersPred = true; in ScanInstructions()
1236 if (TrueBBI.ClobbersPred && !FalseBBI.ClobbersPred) in IfConvertDiamond()
1238 else if (TrueBBI.ClobbersPred == FalseBBI.ClobbersPred) { in IfConvertDiamond()
1445 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in CopyAndPredicateBlock()
1490 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in MergeBlocks()
/external/llvm/lib/CodeGen/
DIfConversion.cpp120 bool ClobbersPred : 1; member
132 CannotBeCopied(false), ClobbersPred(false), NonPredSize(0), in BBInfo()
568 (TrueBBI.ClobbersPred && FalseBBI.ClobbersPred)) in ValidDiamond()
677 BBI.ClobbersPred = false; in ScanInstructions()
737 if (BBI.ClobbersPred && !isPredicated) { in ScanInstructions()
750 BBI.ClobbersPred = true; in ScanInstructions()
1383 if (TrueBBI.ClobbersPred && !FalseBBI.ClobbersPred) in IfConvertDiamond()
1385 else if (TrueBBI.ClobbersPred == FalseBBI.ClobbersPred) { in IfConvertDiamond()
1711 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in CopyAndPredicateBlock()
1835 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in MergeBlocks()