Searched defs:Solution (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DebugSupport.cpp | 68 Solution->begin(), Solution->end()}; in operator <<() local
|
H A D | WatchedLiteralsSolver.cpp | 627 llvm::DenseMap<Atom, Solver::Result::Assignment> Solution; buildSolution() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Solver.h | 78 std::optional<llvm::DenseMap<Atom, Assignment>> Solution; member
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 717 const PBQP::Solution &Solution, in mapPBQPToRegAlloc() argument 870 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); runOnMachineFunction() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | LoopStrengthReduce.cpp | 5136 SolveRecurse(SmallVectorImpl<const Formula * > & Solution,Cost & SolutionCost,SmallVectorImpl<const Formula * > & Workspace,const Cost & CurCost,const SmallPtrSet<const SCEV *,16> & CurRegs,DenseSet<const SCEV * > & VisitedRegs) const SolveRecurse() argument 5767 ImplementSolution(const SmallVectorImpl<const Formula * > & Solution) ImplementSolution() argument 5941 SmallVector<const Formula *, 8> Solution; LSRInstance() local [all...] |