Home
last modified time | relevance | path

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

/openbsd-src/gnu/usr.bin/perl/pod/
H A Dperlreftut.pod287 =head1 Solution chapter
/openbsd-src/gnu/llvm/clang/include/clang/Analysis/FlowSensitive/
H A DSolver.h79 std::optional<llvm::DenseMap<AtomicBoolValue *, Assignment>> Solution; member
/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/
H A DDebugSupport.cpp187 auto Solution = Result.getSolution(); in debugString() local
H A DWatchedLiteralsSolver.cpp555 llvm::DenseMap<AtomicBoolValue *, Solver::Result::Assignment> Solution; in buildSolution() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DRegAllocPBQP.cpp717 const PBQP::Solution &Solution, in mapPBQPToRegAlloc()
870 PBQP::Solution Solution = PBQP::RegAlloc::solve(G); in runOnMachineFunction() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5067 void LSRInstance::SolveRecurse(SmallVectorImpl<const Formula *> &Solution, in SolveRecurse()
5649 const SmallVectorImpl<const Formula *> &Solution) { in ImplementSolution()
5820 SmallVector<const Formula *, 8> Solution; in LSRInstance() local