Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DMachineTraceMetrics.h290 unsigned getPHIDepth(const MachineInstr &PHI) const;
/external/llvm/lib/CodeGen/
DEarlyIfConversion.cpp745 unsigned TDepth = adjCycles(TBBTrace.getPHIDepth(*PI.PHI), PI.TCycles); in shouldConvertIf()
756 unsigned FDepth = adjCycles(FBBTrace.getPHIDepth(*PI.PHI), PI.FCycles); in shouldConvertIf()
DMachineTraceMetrics.cpp1158 MachineTraceMetrics::Trace::getPHIDepth(const MachineInstr &PHI) const { in getPHIDepth() function in MachineTraceMetrics::Trace