HomeSort by: relevance | last modified time | path
    Searched defs:PfmCounters (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/tools/llvm-exegesis/lib/
LlvmState.h 66 const PfmCountersInfo &getPfmCounters() const { return *PfmCounters; }
73 const PfmCountersInfo *PfmCounters;
Target.cpp 74 PfmCountersInfo PfmCounters = State.getPfmCounters();
80 if (!PfmCounters.CycleCounter) {
91 if (!PfmCounters.UopsCounter && !PfmCounters.IssueCounters)

Completed in 15 milliseconds