HomeSort by: relevance | last modified time | path
    Searched defs:Lattice (Results 1 - 1 of 1) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
CalledValuePropagation.cpp 30 /// The maximum number of functions to track per lattice value. Once the number
32 /// lattice value becomes overdefined. The number of possible lattice values is
39 cl::desc("The maximum number of functions to track per lattice value"));
53 /// The lattice value type used by our custom lattice function. It holds the
54 /// lattice state, and a set of functions.
57 /// The states of the lattice values. Only the FunctionSet state is
77 /// Get a reference to the functions held by this lattice value. The number
83 /// Returns true if the lattice value is in the FunctionSet state
    [all...]

Completed in 25 milliseconds