Home
last modified time | relevance | path

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

/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
/llvm-project/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h78 std::optional<llvm::DenseMap<Atom, Assignment>> Solution; member
/llvm-project/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp717 mapPBQPToRegAlloc(const PBQPRAGraph & G,const PBQP::Solution & Solution,VirtRegMap & VRM,Spiller & VRegSpiller) mapPBQPToRegAlloc() argument
870 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); runOnMachineFunction() local
/llvm-project/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5419 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
6063 ImplementSolution(const SmallVectorImpl<const Formula * > & Solution) ImplementSolution() argument
6239 SmallVector<const Formula *, 8> Solution; LSRInstance() local
[all...]
/llvm-project/llvm/unittests/ADT/
H A DAPIntTest.cpp3239 __anon7fbec2830602(int A, int B, int C, unsigned Width, int Solution) TEST() argument