#include "Analysis.h"
#include <cassert>
#include <memory>
#include "llvm/MC/TargetRegistry.h"
#include "llvm/Support/TargetSelect.h"
#include "gmock/gmock.h"
#include "gtest/gtest.h"
namespace llvm{
namespace exegesis {
namespace {
Pair;
UnorderedElementsAre;
class PPCAnalysisTest : public ::testing::Test { … };
TEST_F(PPCAnalysisTest, ComputeIdealizedProcResPressure_2ALU) { … }
TEST_F(PPCAnalysisTest, ComputeIdealizedProcResPressure_1ALUE) { … }
TEST_F(PPCAnalysisTest, ComputeIdealizedProcResPressure_1ALU1IPAGEN) { … }
}
}
}