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

  /external/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 111 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 128 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Transforms/Utils/
CodeExtractor.h 140 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Transforms/Utils/
CodeExtractor.h 140 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Transforms/Utils/
CodeExtractor.h 142 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Transforms/Utils/
CodeExtractor.h 142 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Transforms/Utils/
CodeExtractor.h 142 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Transforms/Utils/
CodeExtractor.h 142 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Transforms/Utils/
CodeExtractor.h 128 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Transforms/Utils/
CodeExtractor.h 140 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Transforms/Utils/
CodeExtractor.h 140 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Transforms/Utils/
CodeExtractor.h 142 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Transforms/Utils/
CodeExtractor.h 142 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Transforms/Utils/
CodeExtractor.h 142 Function *constructFunction(const ValueSet &inputs,
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Transforms/Utils/
CodeExtractor.h 142 Function *constructFunction(const ValueSet &inputs,
  /external/swiftshader/third_party/LLVM/lib/Transforms/Utils/
CodeExtractor.cpp 87 Function *constructFunction(const Values &inputs,
240 /// constructFunction - make a function based on inputs and outputs, as follows:
243 Function *CodeExtractor::constructFunction(const Values &inputs,
706 Function *newFunction = constructFunction(inputs, outputs, header,
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 280 /// constructFunction - make a function based on inputs and outputs, as follows:
283 Function *CodeExtractor::constructFunction(const ValueSet &inputs,
717 Function *newFunction = constructFunction(inputs, outputs, header,

Completed in 665 milliseconds