Searched defs:Solution (Results 1 – 6 of 6) sorted by relevance
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DebugSupport.cpp | 66 if (auto Solution = R.getSolution()) { in operator <<() local
|
H A D | WatchedLiteralsSolver.cpp | 248 llvm::DenseMap<Atom, Solver::Result::Assignment> Solution; in buildSolution() local
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | Solver.h | 78 std::optional<llvm::DenseMap<Atom, Assignment>> Solution; member
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 717 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 D | LoopStrengthReduce.cpp | 5419 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 D | APIntTest.cpp | 3239 __anon7fbec2830602(int A, int B, int C, unsigned Width, int Solution) TEST() argument
|