Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineTraceMetrics.cpp796 const TraceBlockInfo&DepTBI = in updateDepth() local
799 if (!DepTBI.isUsefulDominator(TBI)) in updateDepth()
801 assert(DepTBI.HasValidInstrDepths && "Inconsistent dependency"); in updateDepth()
1284 const TraceBlockInfo &DepTBI = TE.BlockInfo[DefMI.getParent()->getNumber()]; in isDepInTrace() local
1287 return DepTBI.isUsefulDominator(TBI); in isDepInTrace()
/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()