| /freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/fuzzer/ |
| HD | FuzzerDataFlowTrace.h | 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;
|
| HD | FuzzerDataFlowTrace.cpp | 235 Traces[Name] = DFTStringToVector(DFTString); in Init()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| HD | AArch64StorePairSuppress.cpp | 36 MachineTraceMetrics *Traces; member in __anon14d5193e0111::AArch64StorePairSuppress 79 MinInstr = Traces->getEnsemble(MachineTraceStrategy::TS_MinInstrCount); in shouldAddSTPToBlock() 142 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
|
| HD | AArch64ConditionalCompares.cpp | 769 MachineTraceMetrics *Traces; member in __anoncbe789ae0211::AArch64ConditionalCompares 845 Traces->invalidate(CmpConv.Head); in invalidateTraces() 846 Traces->invalidate(CmpConv.CmpBB); in invalidateTraces() 857 MinInstr = Traces->getEnsemble(MachineTraceStrategy::TS_MinInstrCount); in shouldConvert() 939 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/CodeGen/ |
| HD | EarlyIfConversion.cpp | 767 MachineTraceMetrics *Traces = nullptr; member in __anon3606b49f0311::EarlyIfConverter 838 Traces->verifyAnalysis(); in invalidateTraces() 839 Traces->invalidate(IfConv.Head); in invalidateTraces() 840 Traces->invalidate(IfConv.Tail); in invalidateTraces() 841 Traces->invalidate(IfConv.TBB); in invalidateTraces() 842 Traces->invalidate(IfConv.FBB); in invalidateTraces() 843 Traces->verifyAnalysis(); in invalidateTraces() 905 MinInstr = Traces->getEnsemble(MachineTraceStrategy::TS_MinInstrCount); in shouldConvertIf() 1091 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
|
| HD | MachineCombiner.cpp | 72 MachineTraceMetrics *Traces = nullptr; member in __anond732c9510111::MachineCombiner 569 TraceEnsemble = Traces->getEnsemble(TII->getMachineCombinerTraceStrategy()); in combineInstructions() 689 Traces->verifyAnalysis(); in combineInstructions() 718 Traces->invalidate(MBB); in combineInstructions() 730 Traces = &getAnalysis<MachineTraceMetrics>(); in runOnMachineFunction()
|
| /freebsd-13-stable/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/dtraceUtil/ |
| HD | man.TraceProvider | 69 * RESULT: Traces of all the matching profile probes with the 79 * RESULT: Traces of the matching profile probe with the
|
| /freebsd-13-stable/contrib/llvm-project/llvm/tools/llvm-profdata/ |
| HD | llvm-profdata.cpp | 784 auto &Traces = Reader->getTemporalProfTraces(Input.Weight); in loadInput() local 785 if (!Traces.empty()) in loadInput() 787 Traces, Reader->getTemporalProfTraceStreamSize()); in loadInput() 2983 auto &Traces = Reader->getTemporalProfTraces(); in showInstrProfile() local 2984 OS << "Temporal Profile Traces (samples=" << Traces.size() in showInstrProfile() 2986 for (unsigned i = 0; i < Traces.size(); i++) { in showInstrProfile() 2987 OS << " Temporal Profile Trace " << i << " (weight=" << Traces[i].Weight in showInstrProfile() 2988 << " count=" << Traces[i].FunctionNameRefs.size() << "):\n"; in showInstrProfile() 2989 for (auto &NameRef : Traces[i].FunctionNameRefs) in showInstrProfile() 3297 ArrayRef Traces = Reader->getTemporalProfTraces(); in order_main() local [all …]
|
| /freebsd-13-stable/contrib/llvm-project/llvm/lib/ProfileData/ |
| HD | InstrProf.cpp | 1020 ArrayRef<TemporalProfTraceTy> Traces, std::vector<BPFunctionNode> &Nodes, in createBPFunctionNodes() argument 1030 for (auto &Trace : Traces) { in createBPFunctionNodes()
|
| /freebsd-13-stable/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Checkers/ |
| HD | Checkers.td | 557 "Traces memory managed by malloc()/free().">, 646 HelpText<"Check for double-free and use-after-free problems. Traces memory " 652 HelpText<"Check for memory leaks. Traces memory managed by new/delete.">,
|
| /freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ProfileData/ |
| HD | InstrProf.h | 385 static void createBPFunctionNodes(ArrayRef<TemporalProfTraceTy> Traces,
|
| /freebsd-13-stable/contrib/googletest/docs/reference/ |
| HD | testing.md | 368 [Adding Traces to Assertions](../advanced.md#adding-traces-to-assertions).
|
| /freebsd-13-stable/contrib/googletest/docs/ |
| HD | advanced.md | 649 ### Adding Traces to Assertions
|