HomeSort by relevance Sort by last modified time
    Searched refs:getCompl (Results 1 - 25 of 38) sorted by null

1 2

  /external/swiftshader/third_party/LLVM/include/llvm/Support/
BranchProbability.h 39 BranchProbability getCompl() {
  /external/llvm/unittests/Support/
BranchProbabilityTest.cpp 118 TEST(BranchProbabilityTest, getCompl) {
119 EXPECT_EQ(BP(5, 7), BP(2, 7).getCompl());
120 EXPECT_EQ(BP(2, 7), BP(5, 7).getCompl());
121 EXPECT_EQ(BP::getZero(), BP(7, 7).getCompl());
122 EXPECT_EQ(BP::getOne(), BP(0, 7).getCompl());
  /external/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 114 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /external/llvm/include/llvm/Support/
BranchProbability.h 70 BranchProbability getCompl() const { return BranchProbability(D - N); }
  /external/llvm/lib/Analysis/
BranchProbabilityInfo.cpp 339 setEdgeProbability(BB, NonTakenIdx, TakenProb.getCompl());
482 setEdgeProbability(BB, NonTakenIdx, TakenProb.getCompl());
519 setEdgeProbability(BB, NonTakenIdx, TakenProb.getCompl());
531 setEdgeProbability(BB, 1 /*Index for Unwind*/, TakenProb.getCompl());
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 116 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BranchProbability.h 70 BranchProbability getCompl() const { return BranchProbability(D - N); }
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Analysis/
BranchProbabilityInfo.h 118 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Analysis/
BranchProbabilityInfo.h 118 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Analysis/
BranchProbabilityInfo.h 131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Analysis/
BranchProbabilityInfo.h 131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Analysis/
BranchProbabilityInfo.h 131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Analysis/
BranchProbabilityInfo.h 131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Analysis/
BranchProbabilityInfo.h 116 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
BranchProbability.h 70 BranchProbability getCompl() const { return BranchProbability(D - N); }
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Analysis/
BranchProbabilityInfo.h 118 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Analysis/
BranchProbabilityInfo.h 118 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Analysis/
BranchProbabilityInfo.h 131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Analysis/
BranchProbabilityInfo.h 131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Analysis/
BranchProbabilityInfo.h 131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Analysis/
BranchProbabilityInfo.h 131 return IsLikely ? LikelyProb : LikelyProb.getCompl();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
BranchProbability.h 70 BranchProbability getCompl() const { return BranchProbability(D - N); }
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
BranchProbability.h 70 BranchProbability getCompl() const { return BranchProbability(D - N); }
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
BranchProbability.h 70 BranchProbability getCompl() const { return BranchProbability(D - N); }
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
BranchProbability.h 70 BranchProbability getCompl() const { return BranchProbability(D - N); }

Completed in 1425 milliseconds

1 2