HomeSort by relevance Sort by last modified time
    Searched defs:AggregateArgs (Results 1 - 10 of 10) sorted by null

  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 49 const bool AggregateArgs;
61 CodeExtractor(BasicBlock *BB, bool AggregateArgs = false);
70 bool AggregateArgs = false);
76 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false);
83 bool AggregateArgs = false);
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 52 const bool AggregateArgs;
72 CodeExtractor(BasicBlock *BB, bool AggregateArgs = false,
83 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
90 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
99 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 52 const bool AggregateArgs;
72 CodeExtractor(BasicBlock *BB, bool AggregateArgs = false,
83 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
90 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
99 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 52 const bool AggregateArgs;
72 CodeExtractor(BasicBlock *BB, bool AggregateArgs = false,
83 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
90 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
99 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 52 const bool AggregateArgs;
72 CodeExtractor(BasicBlock *BB, bool AggregateArgs = false,
83 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
90 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
99 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 52 const bool AggregateArgs;
72 CodeExtractor(BasicBlock *BB, bool AggregateArgs = false,
83 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
90 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
99 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 52 const bool AggregateArgs;
72 CodeExtractor(BasicBlock *BB, bool AggregateArgs = false,
83 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
90 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
99 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 52 const bool AggregateArgs;
72 CodeExtractor(BasicBlock *BB, bool AggregateArgs = false,
83 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
90 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
99 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 52 const bool AggregateArgs;
72 CodeExtractor(BasicBlock *BB, bool AggregateArgs = false,
83 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
90 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
99 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 51 bool AggregateArgs;
56 : DT(dt), AggregateArgs(AggArgs||AggregateArgsOpt), NumExitBlocks(~0U) {}
275 if (AggregateArgs)
287 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
314 if (AggregateArgs) {
334 if (!AggregateArgs) {
385 if (AggregateArgs)
392 if (AggregateArgs) {
404 if (AggregateArgs && (inputs.size() + outputs.size() > 0)) {
437 if (!AggregateArgs)
    [all...]

Completed in 1001 milliseconds