OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Dependence
(Results
1 - 3
of
3
) sorted by null
/external/llvm/include/llvm/Analysis/
DependenceAnalysis.h
13
// Practical
Dependence
Testing
17
// There's a single entry point that analyzes the
dependence
between a pair
18
// of memory references in a function, returning either NULL, for no
dependence
,
19
// or a more-or-less detailed description of the
dependence
between them.
22
// passes because there's a useful separation of concerns. A
dependence
exists
35
// Return a set of more precise dependences instead of just one
dependence
56
///
Dependence
- This class represents a
dependence
between two memory
59
/// determine anything beyond the existence of a
dependence
; that is, it
60
/// represents a confused
dependence
(see also FullDependence). In mos
[
all
...]
/external/llvm/lib/Analysis/
DependenceAnalysis.cpp
14
// Practical
Dependence
Testing
18
// There's a single entry point that analyzes the
dependence
between a pair
19
// of memory references in a function, returning either NULL, for no
dependence
,
20
// or a more-or-less detailed description of the
dependence
between them.
111
"
Dependence
Analysis", true, true)
116
"
Dependence
Analysis", true, true)
147
// Used to test the
dependence
analyzer.
161
if (
Dependence
*D = DA->depends(&*SrcI, &*DstI, true)) {
186
//
Dependence
methods
188
// Returns true if this is an input
dependence
[
all
...]
/external/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.cpp
16
// prune the
dependence
.
104
// Check if there is a
dependence
between some instruction already in this
106
bool
Dependence
;
108
// Only check for
dependence
if there are resources available to
206
// These instructions confuse the
dependence
analysis. Consider:
210
// Here, Insn 1 will result in the
dependence
graph not emitting an output
211
//
dependence
between Insn 0 and Insn 2. This can lead to incorrect
329
// Check for lr
dependence
340
// Check if this is a predicate
dependence
673
if (TempMI == PacketMI) // We don't want to check PacketMI for
dependence
[
all
...]
Completed in 38 milliseconds