Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp642 bool HasPhysRegs = false; in getDataDeps() local
650 HasPhysRegs = true; in getDataDeps()
657 return HasPhysRegs; in getDataDeps()
1092 bool HasPhysRegs = !MI->isPHI() && getDataDeps(MI, Deps, MTM.MRI); in computeInstrHeights() local
1095 if (HasPhysRegs) in computeInstrHeights()