Home
last modified time | relevance | path

Searched refs:Heuristic (Results 1 – 19 of 19) sorted by relevance

/external/llvm-project/debuginfo-tests/dexter/dex/tools/view/
DTool.py12 from dex.heuristic import Heuristic
13 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
52 heuristic = Heuristic(self.context, steps)
/external/llvm-project/debuginfo-tests/dexter/dex/heuristic/
D__init__.py8 from dex.heuristic.Heuristic import Heuristic, StepValueInfo
DHeuristic.py100 class Heuristic(object): class
/external/llvm-project/debuginfo-tests/dexter/
DCommands.md59 ### Heuristic subsection
94 ### Heuristic subsection
109 ### Heuristic subsection
136 ### Heuristic subsection
163 ### Heuristic subsection
174 ### Heuristic subsection
218 ### Heuristic subsection
233 ### Heuristic subsection
/external/llvm-project/clang/include/clang/Tooling/
DCompilationDatabase.h66 std::string Heuristic; member
71 LHS.Heuristic == RHS.Heuristic;
/external/llvm-project/clang-tools-extra/clangd/unittests/
DSerializationTests.cpp286 Cmd.Heuristic = "ignored"; in TEST()
303 EXPECT_NE(SerializedCmd.Heuristic, Cmd.Heuristic); in TEST()
/external/llvm-project/debuginfo-tests/dexter/dex/tools/test/
DTool.py21 from dex.heuristic import Heuristic
239 heuristic_score = Heuristic(self.context, steps)
/external/llvm-project/debuginfo-tests/dexter/dex/tools/clang_opt_bisect/
DTool.py20 from dex.heuristic import Heuristic
152 heuristic = Heuristic(self.context, steps)
/external/llvm-project/debuginfo-tests/dexter/dex/tools/
DTestToolBase.py18 from dex.heuristic.Heuristic import add_heuristic_tool_arguments
/external/protobuf/
DCONTRIBUTORS.txt55 * Heuristic detection of sub-messages when printing unknown fields in
/external/llvm-project/clang-tools-extra/clangd/
DGlobalCompilationDatabase.cpp59 Cmd.Heuristic = "clangd fallback"; in getFallbackCommand()
DTUScheduler.cpp631 FileName, Inputs.Version, Inputs.CompileCommand.Heuristic, in update()
/external/llvm-project/clang/lib/Tooling/
DInterpolatingCompilationDatabase.cpp237 Result.Heuristic = "inferred from " + Cmd.Filename; in transferTo()
/external/llvm-project/clang/unittests/Tooling/
DCompilationDatabaseTest.cpp748 StringRef Proxy = Results.front().Heuristic; in getProxy()
/external/one-true-awk/testdir/
Dfunstack.ok530 Multipurpose Heuristic Program . . . . . 91--99 (or 91--98??)
2002 C. William Skinner Heuristic Approach to Inductive
2145 Charles E. Pfefferkorn Heuristic Problem Solving Design System
2346 Alberto Martelli Application of Heuristic Search Methods
Dfunstack.in3726 title = "Experiments in Automatic Learning for a Multipurpose Heuristic Program",
15087 title = "Heuristic Approach to Inductive Inference in Fact Retrieval Systems",
15098 …abstract = "Heuristic procedures are presented which have been developed to perform inferences…
16244 title = "Heuristic Problem Solving Design System for Equipment or Furniture Layouts",
16261 …lanning tasks; spatial constraints; systems science and cybernetics --- Heuristic Programming; urb…
17811 title = "Application of Heuristic Search Methods to Edge and Contour Detection",
20829 …mplemented on any computer network. It is based on Baran's ``Hot Potato Heuristic Routing Doctrine…
/external/llvm/lib/Target/ARM/
DARMISelLowering.cpp10867 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; in PerformCMOVToBFICombine() local
10868 if (OrCI.countPopulation() > Heuristic) in PerformCMOVToBFICombine()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelLowering.cpp14198 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; in PerformCMOVToBFICombine() local
14199 if (OrCI.countPopulation() > Heuristic) in PerformCMOVToBFICombine()
/external/llvm-project/llvm/lib/Target/ARM/
DARMISelLowering.cpp15834 unsigned Heuristic = Subtarget->isThumb() ? 3 : 2; in PerformCMOVToBFICombine() local
15835 if (OrCI.countPopulation() > Heuristic) in PerformCMOVToBFICombine()