Home
last modified time | relevance | path

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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
DIfConversion.cpp112 unsigned NonPredSize; member
123 CannotBeCopied(false), ClobbersPred(false), NonPredSize(0), in BBInfo()
464 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize, in ValidSimple()
467 Dups = TrueBBI.NonPredSize; in ValidSimple()
490 unsigned Size = TrueBBI.NonPredSize; in ValidTriangle()
645 BBI.NonPredSize = 0; in ScanInstructions()
663 BBI.NonPredSize++; in ScanInstructions()
797 MeetIfcvtSizeLimit(*TrueBBI.BB, (TrueBBI.NonPredSize - (Dups + Dups2) + in AnalyzeBlock()
799 *FalseBBI.BB, (FalseBBI.NonPredSize - (Dups + Dups2) + in AnalyzeBlock()
818 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
[all …]
/external/llvm/lib/CodeGen/
DIfConversion.cpp121 unsigned NonPredSize; member
132 CannotBeCopied(false), ClobbersPred(false), NonPredSize(0), in BBInfo()
489 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize, in ValidSimple()
492 Dups = TrueBBI.NonPredSize; in ValidSimple()
515 unsigned Size = TrueBBI.NonPredSize; in ValidTriangle()
674 BBI.NonPredSize = 0; in ScanInstructions()
723 BBI.NonPredSize++; in ScanInstructions()
885 MeetIfcvtSizeLimit(*TrueBBI.BB, (TrueBBI.NonPredSize - (Dups + Dups2) + in AnalyzeBlock()
887 *FalseBBI.BB, (FalseBBI.NonPredSize - (Dups + Dups2) + in AnalyzeBlock()
906 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
[all …]