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

/macosx-10.10.1/llvmCore-3425.0.34/include/llvm/CodeGen/PBQP/
H A DSolution.h1 //===-- Solution.h ------- PBQP Solution ------------------------*- C++ -*-===//
10 // PBQP Solution class.
27 class Solution { class in namespace:PBQP
39 Solution() function in class:PBQP::Solution
H A DHeuristicSolver.h20 #include "Solution.h"
106 Solution s;
180 Solution computeSolution() {
598 /// <tt>Solution s = HeuristicSolver<H>::solve(g);</tt>
608 static Solution solve(Graph &g) {
/macosx-10.10.1/tcl-105/tcl_ext/tkimg/tkimg/compat/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)"
/macosx-10.10.1/vim-55/runtime/syntax/
H A Dsindaout.vim63 syn match sindaoutLabel "Begin Solution: Routine"
H A Dtakout.vim67 syn match takoutLabel "Begin Solution: Routine"
/macosx-10.10.1/llvmCore-3425.0.34/lib/CodeGen/
H A DRegAllocPBQP.cpp149 const PBQP::Solution &solution);
468 const PBQP::Solution &solution) {
602 PBQP::Solution solution =
/macosx-10.10.1/llvmCore-3425.0.34/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1604 void SolveRecurse(SmallVectorImpl<const Formula *> &Solution,
1610 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
1636 void ImplementSolution(const SmallVectorImpl<const Formula *> &Solution,
4025 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, argument
4085 SolveRecurse(Solution, SolutionCost, Workspace, NewCost,
4098 Solution = Workspace;
4106 /// Solution vector.
4107 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const {
4117 SolveRecurse(Solution, SolutionCost, Workspace, CurCost,
4119 if (Solution
4548 ImplementSolution(const SmallVectorImpl<const Formula *> &Solution, Pass *P) argument
4667 SmallVector<const Formula *, 8> Solution; local
[all...]
/macosx-10.10.1/BerkeleyDB-21/db/dist/winmsi/
H A Dwinbuild.bat51 echo Converting the Berkeley DB Workspace to a .NET Solution.
/macosx-10.10.1/vim-55/runtime/autoload/
H A Dnetrw.vim8294 " Solution from Nicolai Weibull, vim docs (:help strlen()), Tony Mechelynck,

Completed in 152 milliseconds