Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DIfConversion.cpp145 bool ClobbersPred : 1; member
159 ClobbersPred(false) {} in BBInfo()
832 if (TrueBBI.ClobbersPred && FalseBBI.ClobbersPred) in RescanInstructions()
1072 BBI.ClobbersPred = false; in ScanInstructions()
1137 if (BBI.ClobbersPred && !isPredicated) { in ScanInstructions()
1150 BBI.ClobbersPred = true; in ScanInstructions()
1324 (bool) TrueBBICalc.ClobbersPred, (bool) FalseBBICalc.ClobbersPred)); in AnalyzeBlock()
1342 (bool) TrueBBICalc.ClobbersPred, (bool) FalseBBICalc.ClobbersPred)); in AnalyzeBlock()
2233 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in CopyAndPredicateBlock()
2358 ToBBI.ClobbersPred |= FromBBI.ClobbersPred; in MergeBlocks()