HomeSort by relevance Sort by last modified time
    Searched refs:BB1Freq (Results 1 - 2 of 2) sorted by null

  /external/llvm/unittests/Analysis/
BlockFrequencyInfoTest.cpp 71 uint64_t BB1Freq = BFI.getBlockFreq(BB1).getFrequency();
76 EXPECT_EQ(BB0Freq, BB1Freq + BB2Freq);
81 EXPECT_EQ(BFI.getBlockProfileCount(BB1).getValue(), 100 * BB1Freq / BB0Freq);
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/Analysis/
BlockFrequencyInfoTest.cpp 70 uint64_t BB1Freq = BFI.getBlockFreq(BB1).getFrequency();
75 EXPECT_EQ(BB0Freq, BB1Freq + BB2Freq);
80 EXPECT_EQ(BFI.getBlockProfileCount(BB1).getValue(), 100 * BB1Freq / BB0Freq);
87 EXPECT_EQ(BFI.getBlockFreq(BB1).getFrequency(), 2 * BB1Freq);

Completed in 171 milliseconds