Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DIfConversion.cpp119 unsigned NonPredSize; member
130 CannotBeCopied(false), ClobbersPred(false), NonPredSize(0), in BBInfo()
483 !TII->isProfitableToDupForIfCvt(*TrueBBI.BB, TrueBBI.NonPredSize, in ValidSimple()
486 Dups = TrueBBI.NonPredSize; in ValidSimple()
509 unsigned Size = TrueBBI.NonPredSize; in ValidTriangle()
664 BBI.NonPredSize = 0; in ScanInstructions()
684 BBI.NonPredSize++; in ScanInstructions()
817 MeetIfcvtSizeLimit(*TrueBBI.BB, (TrueBBI.NonPredSize - (Dups + Dups2) + in AnalyzeBlock()
819 *FalseBBI.BB, (FalseBBI.NonPredSize - (Dups + Dups2) + in AnalyzeBlock()
838 MeetIfcvtSizeLimit(*TrueBBI.BB, TrueBBI.NonPredSize + TrueBBI.ExtraCost, in AnalyzeBlock()
[all …]