Home
last modified time | relevance | path

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

/external/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp76 MachineTraceMetrics::Trace BBTrace = MinInstr->getTrace(BB); in shouldAddSTPToBlock() local
77 unsigned ResLength = BBTrace.getResourceLength(); in shouldAddSTPToBlock()
87 unsigned ResLenWithSTP = BBTrace.getResourceLength(None, SCDesc); in shouldAddSTPToBlock()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64StorePairSuppress.cpp81 MachineTraceMetrics::Trace BBTrace = MinInstr->getTrace(BB); in shouldAddSTPToBlock() local
82 unsigned ResLength = BBTrace.getResourceLength(); in shouldAddSTPToBlock()
92 unsigned ResLenWithSTP = BBTrace.getResourceLength(None, SCDesc); in shouldAddSTPToBlock()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoLoader.h37 std::vector<unsigned> BBTrace; variable
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp146 ReadProfilingBlock(ToolName, F, ShouldByteSwap, BBTrace); in ProfileInfoLoader()