Searched refs:getPHIDepth (Results 1 – 3 of 3) sorted by relevance
290 unsigned getPHIDepth(const MachineInstr &PHI) const;
745 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf()756 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf()
1158 MachineTraceMetrics::Trace::getPHIDepth(const MachineInstr &PHI) const { in getPHIDepth() function in MachineTraceMetrics::Trace