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

  /src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
HexagonVLIWPacketizer.h 43 // Check if there is a dependence between some instruction already in this
45 bool Dependence;
47 // Only check for dependence if there are resources available to
53 // Track MIs with ignored dependence.
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
DependenceAnalysis.h 12 // Practical Dependence Testing
16 // There's a single entry point that analyzes the dependence between a pair
17 // of memory references in a function, returning either NULL, for no dependence,
18 // or a more-or-less detailed description of the dependence between them.
21 // passes because there's a useful separation of concerns. A dependence exists
34 // Return a set of more precise dependences instead of just one dependence
57 /// Dependence - This class represents a dependence between two memory
60 /// determine anything beyond the existence of a dependence; that is, it
61 /// represents a confused dependence (see also FullDependence). In mos
    [all...]
LoopAccessAnalysis.h 9 // This file defines the interface for the loop memory dependence framework that
57 /// Note: This class will compute a conservative dependence for access to
94 /// Type to keep track of the status of the dependence check. The order of
108 struct Dependence {
109 /// The type of the dependence.
111 // No dependence.
118 // read and write of A[i]), LAA will locally deem the dependence "safe"
123 // queried and the dependence list is complete.
140 /// Index of the source of the dependence in the InstMap vector.
142 /// Index of the destination of the dependence in the InstMap vector
    [all...]

Completed in 23 milliseconds