Searched refs:Solution (Results 1 - 8 of 8) sorted by relevance

/external/llvm/include/llvm/CodeGen/PBQP/
H A DSolution.h1 //===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
10 // PBQP Solution class.
26 class Solution { class in namespace:PBQP
37 Solution() function in class:PBQP::Solution
H A DRegAllocSolver.h24 #include "Solution.h"
152 Solution solve() {
154 Solution S;
349 inline Solution solve(Graph& G) {
351 return Solution();
H A DReductionRules.h19 #include "Solution.h"
159 Solution backpropagate(GraphT& G, StackT stack) {
164 Solution s;
/external/libpng/projects/visualc71/
H A DREADME_zlib.txt18 1) On the main menu, select "File | Open Solution".
21 2) Display the Solution Explorer view (Ctrl+Alt+L)
34 5) Select "Build | Clean Solution".
36 6) Select "Build | Build Solution (Ctrl-Shift-B)"
/external/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp144 const PBQP::Solution &solution);
461 const PBQP::Solution &solution) {
597 PBQP::Solution solution =
/external/chromium_org/third_party/libvpx/source/libvpx/build/make/
H A Dgen_msvs_sln.sh133 # Solution Configuration Platforms
177 # Solution Properties
317 Microsoft Visual Studio Solution File, Format Version $sln_vers${EOLDOS}
/external/libvpx/libvpx/build/make/
H A Dgen_msvs_sln.sh133 # Solution Configuration Platforms
177 # Solution Properties
317 Microsoft Visual Studio Solution File, Format Version $sln_vers${EOLDOS}
/external/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1770 void SolveRecurse(SmallVectorImpl<const Formula *> &Solution,
1776 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
1802 void ImplementSolution(const SmallVectorImpl<const Formula *> &Solution,
4282 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, argument
4346 SolveRecurse(Solution, SolutionCost, Workspace, NewCost,
4359 Solution = Workspace;
4367 /// Solution vector.
4368 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const {
4378 SolveRecurse(Solution, SolutionCost, Workspace, CurCost,
4380 if (Solution
4822 ImplementSolution(const SmallVectorImpl<const Formula *> &Solution, Pass *P) argument
4940 SmallVector<const Formula *, 8> Solution; local
[all...]

Completed in 1293 milliseconds