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
;
84
virtual Constant *GetConstant(LatticeVal LV, Value *Val,
SparseSolver
&SS) {
103
virtual LatticeVal ComputeInstructionState(Instruction &I,
SparseSolver
&SS) {
112
///
SparseSolver
- This class is a general purpose solver for Sparse Conditional
115
class
SparseSolver
{
134
SparseSolver
(const
SparseSolver
&) LLVM_DELETED_FUNCTION;
135
void operator=(const
SparseSolver
&) LLVM_DELETED_FUNCTION;
137
explicit
SparseSolver
(AbstractLatticeFunction *Lattice)
139
~
SparseSolver
() {
[
all
...]
/external/llvm/lib/Analysis/
SparsePropagation.cpp
43
//
SparseSolver
Implementation
52
SparseSolver
::LatticeVal
SparseSolver
::getOrInitValueState(Value *V) {
78
void
SparseSolver
::UpdateState(Instruction &Inst, LatticeVal V) {
90
void
SparseSolver
::MarkBlockExecutable(BasicBlock *BB) {
98
void
SparseSolver
::markEdgeExecutable(BasicBlock *Source, BasicBlock *Dest) {
120
void
SparseSolver
::getFeasibleSuccessors(TerminatorInst &TI,
204
bool
SparseSolver
::isEdgeFeasible(BasicBlock *From, BasicBlock *To,
217
void
SparseSolver
::visitTerminatorInst(TerminatorInst &TI) {
229
void
SparseSolver
::visitPHINode(PHINode &PN)
[
all
...]
Completed in 3017 milliseconds