Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp112 bool ClobbersPred : 1; member
124 CannotBeCopied(false), ClobbersPred(false), NonPredSize(0), in BBInfo()
551 (TrueBBI.ClobbersPred && FalseBBI.ClobbersPred)) in ValidDiamond()
656 BBI.ClobbersPred = false; in ScanInstructions()
686 if (BBI.ClobbersPred && !isPredicated) { in ScanInstructions()
704 BBI.ClobbersPred = true; in ScanInstructions()
1242 if (TrueBBI.ClobbersPred && !FalseBBI.ClobbersPred) in IfConvertDiamond()
1244 else if (TrueBBI.ClobbersPred == FalseBBI.ClobbersPred) { in IfConvertDiamond()
1534 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in CopyAndPredicateBlock()
1579 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in MergeBlocks()