Searched refs:getTrace (Results 1 – 16 of 16) sorted by relevance
72 public String getTrace() { in getTrace() method in Failure
693 MachineTraceMetrics::Trace TBBTrace = MinInstr->getTrace(IfConv.getTPred()); in shouldConvertIf()694 MachineTraceMetrics::Trace FBBTrace = MinInstr->getTrace(IfConv.getFPred()); in shouldConvertIf()719 MachineTraceMetrics::Trace HeadTrace = MinInstr->getTrace(IfConv.Head); in shouldConvertIf()726 MachineTraceMetrics::Trace TailTrace = MinInstr->getTrace(IfConv.Tail); in shouldConvertIf()
402 MachineTraceMetrics::Trace BlockTrace = MinInstr->getTrace(MBB); in combineInstructions()
1136 MachineTraceMetrics::Ensemble::getTrace(const MachineBasicBlock *MBB) { in getTrace() function in MachineTraceMetrics::Ensemble
287 BigDecimal getTrace(); in getTrace() method
485 double getTrace() throws NonSquareMatrixException; in getTrace() method
440 T getTrace() throws NonSquareMatrixException; in getTrace() method
659 public double getTrace()
1008 public BigDecimal getTrace() throws IllegalArgumentException { in getTrace() method in BigMatrixImpl
657 public T getTrace() in getTrace() method in AbstractFieldMatrix
77 getWriter().print(each.getTrace()); in printFailure()
76 MachineTraceMetrics::Trace BBTrace = MinInstr->getTrace(BB); in shouldAddSTPToBlock()
820 MachineTraceMetrics::Trace Trace = MinInstr->getTrace(CmpConv.CmpBB); in shouldConvert()
123 sb.append(" <-----> ").append(++count).append(". ").append(f.getTrace()).append("\n"); in formatFailures()
338 Trace getTrace(const MachineBasicBlock *MBB);
133 System.err.println(failure.getTrace()); in run()