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

  /external/llvm/tools/llvm-cov/
gcov.cpp 123 cl::opt<bool> UncondBranch("u", cl::Grouping, cl::init(false),
126 cl::alias UncondBranchA("unconditional-branches", cl::aliasopt(UncondBranch));
139 PreservePaths, UncondBranch, LongNames, NoOutput);
  /external/llvm/include/llvm/Support/
GCOV.h 39 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
46 bool UncondBranch;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Support/
GCOV.h 48 PreservePaths(P), UncondBranch(U), LongFileNames(L), NoOutput(N) {}
55 bool UncondBranch;
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
BasicBlockUtils.cpp 658 Instruction *UncondBranch = Pred->getTerminator();
674 UncondBranch->eraseFromParent();
  /external/llvm/lib/Transforms/Utils/
BasicBlockUtils.cpp 579 Instruction *UncondBranch = Pred->getTerminator();
611 UncondBranch->eraseFromParent();
  /external/llvm/lib/IR/
GCOV.cpp 677 else if (Options.UncondBranch && NumEdges == 1)

Completed in 1184 milliseconds