Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp118 bool ClobbersPred : 1; member
130 CannotBeCopied(false), ClobbersPred(false), NonPredSize(0), in BBInfo()
562 (TrueBBI.ClobbersPred && FalseBBI.ClobbersPred)) in ValidDiamond()
667 BBI.ClobbersPred = false; in ScanInstructions()
698 if (BBI.ClobbersPred && !isPredicated) { in ScanInstructions()
711 BBI.ClobbersPred = true; in ScanInstructions()
1322 if (TrueBBI.ClobbersPred && !FalseBBI.ClobbersPred) in IfConvertDiamond()
1324 else if (TrueBBI.ClobbersPred == FalseBBI.ClobbersPred) { in IfConvertDiamond()
1632 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in CopyAndPredicateBlock()
1679 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in MergeBlocks()