HomeSort by relevance Sort by last modified time
    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.
28 // subscripts. Since Clang linearizes some array subscripts, the dependence
116 "Dependence Analysis", true, true)
121 "Dependence Analysis", true, true)
152 // Used to test the dependence analyzer.
166 if (Dependence *D = DA->depends(&*SrcI, &*DstI, true)) {
191 // Dependence method
    [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
207 // These instructions confuse the dependence analysis. Consider:
211 // Here, Insn 1 will result in the dependence graph not emitting an output
212 // dependence between Insn 0 and Insn 2. This can lead to incorrect
330 // Check for lr dependence
341 // Check if this is a predicate dependence
674 if (TempMI == PacketMI) // We don't want to check PacketMI for dependence
    [all...]

Completed in 71 milliseconds