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

/freebsd-10.1-release/contrib/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 DHeuristicSolver.h20 #include "Solution.h"
106 Solution s;
180 Solution computeSolution() {
600 /// <tt>Solution s = HeuristicSolver<H>::solve(g);</tt>
610 static Solution solve(Graph &g) {
/freebsd-10.1-release/contrib/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp148 const PBQP::Solution &solution);
468 const PBQP::Solution &solution) {
606 PBQP::Solution solution =
/freebsd-10.1-release/contrib/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp1702 void SolveRecurse(SmallVectorImpl<const Formula *> &Solution,
1708 void Solve(SmallVectorImpl<const Formula *> &Solution) const;
1734 void ImplementSolution(const SmallVectorImpl<const Formula *> &Solution,
4139 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, argument
4200 SolveRecurse(Solution, SolutionCost, Workspace, NewCost,
4213 Solution = Workspace;
4221 /// Solution vector.
4222 void LSRInstance::Solve(SmallVectorImpl<const Formula *> &Solution) const {
4232 SolveRecurse(Solution, SolutionCost, Workspace, CurCost,
4234 if (Solution
4665 ImplementSolution(const SmallVectorImpl<const Formula *> &Solution, Pass *P) argument
4782 SmallVector<const Formula *, 8> Solution; local
[all...]

Completed in 51 milliseconds