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

  /external/llvm/include/llvm/IR/
OptBisect.h 1 //===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
28 class OptBisect {
30 /// \brief Default constructor, initializes the OptBisect state based on the
37 OptBisect();
LLVMContext.h 36 class OptBisect;
238 OptBisect &getOptBisect();
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 1 //===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
28 class OptBisect {
30 /// \brief Default constructor, initializes the OptBisect state based on the
37 OptBisect();
LLVMContext.h 33 class OptBisect;
266 OptBisect &getOptBisect();
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 1 //===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
28 class OptBisect {
30 /// \brief Default constructor, initializes the OptBisect state based on the
37 OptBisect();
LLVMContext.h 33 class OptBisect;
266 OptBisect &getOptBisect();
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 1 //===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
28 class OptBisect {
30 /// \brief Default constructor, initializes the OptBisect state based on the
37 OptBisect();
LLVMContext.h 33 class OptBisect;
266 OptBisect &getOptBisect();
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 1 //===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
28 class OptBisect {
30 /// \brief Default constructor, initializes the OptBisect state based on the
37 OptBisect();
LLVMContext.h 33 class OptBisect;
266 OptBisect &getOptBisect();
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 1 //===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
28 class OptBisect {
30 /// \brief Default constructor, initializes the OptBisect state based on the
37 OptBisect();
LLVMContext.h 33 class OptBisect;
266 OptBisect &getOptBisect();
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 1 //===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
28 class OptBisect {
30 /// \brief Default constructor, initializes the OptBisect state based on the
37 OptBisect();
LLVMContext.h 33 class OptBisect;
266 OptBisect &getOptBisect();
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 1 //===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
28 class OptBisect {
30 /// \brief Default constructor, initializes the OptBisect state based on the
37 OptBisect();
LLVMContext.h 33 class OptBisect;
266 OptBisect &getOptBisect();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/IR/
OptBisect.h 1 //===----------- llvm/IR/OptBisect.h - LLVM Bisect support -------------===//
28 class OptBisect {
30 /// \brief Default constructor, initializes the OptBisect state based on the
37 OptBisect();
LLVMContext.h 33 class OptBisect;
266 OptBisect &getOptBisect();
  /external/llvm/lib/IR/
OptBisect.cpp 1 //===------- llvm/IR/OptBisect/Bisect.cpp - LLVM Bisect support --------===//
20 #include "llvm/IR/OptBisect.h"
31 OptBisect::OptBisect() {
89 template bool OptBisect::shouldRunPass(const Pass *, const Module &);
90 template bool OptBisect::shouldRunPass(const Pass *, const Function &);
91 template bool OptBisect::shouldRunPass(const Pass *, const BasicBlock &);
92 template bool OptBisect::shouldRunPass(const Pass *, const Loop &);
93 template bool OptBisect::shouldRunPass(const Pass *, const CallGraphSCC &);
96 bool OptBisect::shouldRunPass(const Pass *P, const UnitT &U)
    [all...]
LLVMContextImpl.cpp 19 #include "llvm/IR/OptBisect.h"
236 /// Singleton instance of the OptBisect class.
244 /// same instance of OptBisect in order to provide a single bisect count. Any
245 /// code that uses the OptBisect object should be serialized when bisection is
247 static ManagedStatic<OptBisect> OptBisector;
249 OptBisect &LLVMContextImpl::getOptBisect() {
LLVMContext.cpp 344 OptBisect &LLVMContext::getOptBisect() {
LLVMContextImpl.h     [all...]
  /external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
LLVMContext.h 33 class OptBisect;
265 OptBisect &getOptBisect();

Completed in 869 milliseconds