Home
last modified time | relevance | path

Searched refs:Lattice (Results 1 – 2 of 2) sorted by relevance

/external/llvm/test/CodeGen/X86/
D2008-02-27-DeadSlotElimBug.ll4 …%struct.Lattice = type { %struct.Position, %struct.Position, %struct.Position, %struct.Position, %…
7 define fastcc %struct.CompAtom* @_ZNK7Lattice6createEP8CompAtomii(%struct.Lattice* %this, %struct.C…
36 …%tmp15.i49 = getelementptr %struct.Lattice, %struct.Lattice* %this, i32 0, i32 0, i32 0 ; <double…
/external/llvm/include/llvm/Analysis/
DSparsePropagation.h137 explicit SparseSolver(AbstractLatticeFunction *Lattice) in SparseSolver() argument
138 : LatticeFunc(Lattice) {} in SparseSolver()