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

  /external/swiftshader/third_party/LLVM/include/llvm/Transforms/Utils/
FunctionUtils.h 31 bool AggregateArgs = false);
36 bool AggregateArgs = false);
42 bool AggregateArgs = false);
  /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-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-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/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
CodeExtractor.h 53 const bool AggregateArgs;
76 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
83 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
CodeExtractor.h 53 const bool AggregateArgs;
76 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
83 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
CodeExtractor.h 55 const bool AggregateArgs;
72 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
79 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
CodeExtractor.h 55 const bool AggregateArgs;
72 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
79 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
CodeExtractor.h 55 const bool AggregateArgs;
72 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
79 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
CodeExtractor.h 55 const bool AggregateArgs;
72 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
79 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
CodeExtractor.h 53 const bool AggregateArgs;
76 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
83 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
CodeExtractor.h 53 const bool AggregateArgs;
76 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
83 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
CodeExtractor.h 55 const bool AggregateArgs;
72 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
79 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
CodeExtractor.h 55 const bool AggregateArgs;
72 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
79 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
CodeExtractor.h 55 const bool AggregateArgs;
72 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
79 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
CodeExtractor.h 55 const bool AggregateArgs;
72 bool AggregateArgs = false, BlockFrequencyInfo *BFI = nullptr,
79 CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs = false,
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 122 CodeExtractor::CodeExtractor(BasicBlock *BB, bool AggregateArgs)
123 : DT(nullptr), AggregateArgs(AggregateArgs||AggregateArgsOpt),
127 bool AggregateArgs)
128 : DT(DT), AggregateArgs(AggregateArgs||AggregateArgsOpt),
131 CodeExtractor::CodeExtractor(DominatorTree &DT, Loop &L, bool AggregateArgs)
132 : DT(&DT), AggregateArgs(AggregateArgs||AggregateArgsOpt),
136 bool AggregateArgs)
    [all...]
  /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 627 milliseconds