OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SparseSolver
(Results
1 - 2
of
2
) sorted by null
/external/llvm/include/llvm/Analysis/
SparsePropagation.h
32
class
SparseSolver
;
82
virtual Constant *GetConstant(LatticeVal LV, Value *Val,
SparseSolver
&SS) {
101
virtual LatticeVal ComputeInstructionState(Instruction &I,
SparseSolver
&SS) {
109
///
SparseSolver
- This class is a general purpose solver for Sparse Conditional
112
class
SparseSolver
{
131
SparseSolver
(const
SparseSolver
&) = delete;
132
void operator=(const
SparseSolver
&) = delete;
135
explicit
SparseSolver
(AbstractLatticeFunction *Lattice)
137
~
SparseSolver
() { delete LatticeFunc;
[
all
...]
/external/llvm/lib/Analysis/
SparsePropagation.cpp
44
//
SparseSolver
Implementation
53
SparseSolver
::LatticeVal
SparseSolver
::getOrInitValueState(Value *V) {
79
void
SparseSolver
::UpdateState(Instruction &Inst, LatticeVal V) {
91
void
SparseSolver
::MarkBlockExecutable(BasicBlock *BB) {
99
void
SparseSolver
::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) {
121
void
SparseSolver
::getFeasibleSuccessors(TerminatorInst &TI,
205
bool
SparseSolver
::isEdgeFeasible(BasicBlock *From, BasicBlock *To,
218
void
SparseSolver
::visitTerminatorInst(TerminatorInst &TI) {
230
void
SparseSolver
::visitPHINode(PHINode &PN)
[
all
...]
Completed in 170 milliseconds