Searched refs:Traces (Results 1 – 10 of 10) sorted by relevance
121 void Clear() { Traces.clear(); } in Clear()123 auto It = Traces.find(InputSha1); in Get()124 if (It != Traces.end()) in Get()131 std::unordered_map<std::string, std::vector<uint8_t>> Traces;
235 Traces[Name] = DFTStringToVector(DFTString); in Init()
35 MachineTraceMetrics *Traces; member in __anone4333b350111::AArch64StorePairSuppress78 MinInstr = Traces->getEnsemble(MachineTraceMetrics::TS_MinInstrCount); in shouldAddSTPToBlock()130 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
771 MachineTraceMetrics *Traces; member in __anoneb5605650211::AArch64ConditionalCompares847 Traces->invalidate(CmpConv.Head); in invalidateTraces()848 Traces->invalidate(CmpConv.CmpBB); in invalidateTraces()859 MinInstr = Traces->getEnsemble(MachineTraceMetrics::TS_MinInstrCount); in shouldConvert()941 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
763 MachineTraceMetrics *Traces; member in __anon1f7aa2560311::EarlyIfConverter836 Traces->verifyAnalysis(); in invalidateTraces()837 Traces->invalidate(IfConv.Head); in invalidateTraces()838 Traces->invalidate(IfConv.Tail); in invalidateTraces()839 Traces->invalidate(IfConv.TBB); in invalidateTraces()840 Traces->invalidate(IfConv.FBB); in invalidateTraces()841 Traces->verifyAnalysis(); in invalidateTraces()871 MinInstr = Traces->getEnsemble(MachineTraceMetrics::TS_MinInstrCount); in shouldConvertIf()1058 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
71 MachineTraceMetrics *Traces; member in __anonec91dd480111::MachineCombiner593 MinInstr = Traces->getEnsemble(MachineTraceMetrics::TS_MinInstrCount); in combineInstructions()714 Traces->verifyAnalysis(); in combineInstructions()743 Traces->invalidate(MBB); in combineInstructions()755 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
468 …"text": "Check for memory leaks, double free, and use-after-free problems. Traces memory managed b…
528 "Traces memory managed by malloc()/free().">,605 HelpText<"Check for double-free and use-after-free problems. Traces memory "611 HelpText<"Check for memory leaks. Traces memory managed by new/delete.">,
47 Getting Traces
291 Check for double-free and use-after-free problems. Traces memory managed by new/delete.300 Check for memory leaks. Traces memory managed by new/delete.875 Check for memory leaks, double free, and use-after-free problems. Traces memory managed by malloc()…