Home
last modified time | relevance | path

Searched defs:Solution (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp66 if (auto Solution = R.getSolution()) { in operator <<() local
H A DWatchedLiteralsSolver.cpp248 llvm::DenseMap<Atom, Solver::Result::Assignment> Solution; in buildSolution() local
/freebsd/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h78 std::optional<llvm::DenseMap<Atom, Assignment>> Solution; member
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp717 const PBQP::Solution &Solution, in mapPBQPToRegAlloc()
871 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5423 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, in SolveRecurse()
6067 const SmallVectorImpl<const Formula *> &Solution) { in ImplementSolution()
6243 SmallVector<const Formula *, 8> Solution; in LSRInstance() local