Searched refs:BBTrace (Results 1 – 4 of 4) sorted by relevance
81 MachineTraceMetrics::Trace BBTrace = MinInstr->getTrace(BB); in shouldAddSTPToBlock() local82 unsigned ResLength = BBTrace.getResourceLength(); in shouldAddSTPToBlock()92 unsigned ResLenWithSTP = BBTrace.getResourceLength(None, SCDesc); in shouldAddSTPToBlock()
76 MachineTraceMetrics::Trace BBTrace = MinInstr->getTrace(BB); in shouldAddSTPToBlock() local77 unsigned ResLength = BBTrace.getResourceLength(); in shouldAddSTPToBlock()87 unsigned ResLenWithSTP = BBTrace.getResourceLength(None, SCDesc); in shouldAddSTPToBlock()
37 std::vector<unsigned> BBTrace; variable
146 ReadProfilingBlock(ToolName, F, ShouldByteSwap, BBTrace); in ProfileInfoLoader()