Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp837 const TraceBlockInfo&DepTBI = in computeInstrDepths() local
840 if (!DepTBI.isUsefulDominator(TBI)) in computeInstrDepths()
842 assert(DepTBI.HasValidInstrDepths && "Inconsistent dependency"); in computeInstrDepths()
1259 const TraceBlockInfo &DepTBI = TE.BlockInfo[DefMI.getParent()->getNumber()]; in isDepInTrace() local
1262 return DepTBI.isUsefulDominator(TBI); in isDepInTrace()