Searched refs:Dependence (Results 1 - 3 of 3) sorted by relevance

/external/llvm/include/llvm/Analysis/
H A DDependenceAnalysis.h13 // Practical Dependence Testing
56 /// Dependence - This class represents a dependence between two memory
65 /// When a dependence graph is built, each Dependence will be a member of
70 class Dependence { class in namespace:llvm
72 Dependence(Instruction *Source, function in class:llvm::Dependence
78 virtual ~Dependence() {}
80 /// Dependence::DVEntry - Each level in the distance/direction vector
178 const Dependence *getNextPredecessor() const {
184 const Dependence *getNextSuccessor() const {
190 void setNextPredecessor(const Dependence *pre
[all...]
/external/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp14 // Practical Dependence Testing
116 "Dependence Analysis", true, true)
121 "Dependence Analysis", true, true)
166 if (Dependence *D = DA->depends(&*SrcI, &*DstI, true)) {
191 // Dependence methods
194 bool Dependence::isInput() const {
200 bool Dependence::isOutput() const {
206 bool Dependence::isFlow() const {
212 bool Dependence::isAnti() const {
221 bool Dependence
[all...]
/external/llvm/lib/Target/Hexagon/
H A DHexagonVLIWPacketizer.cpp106 bool Dependence; member in class:__anon26024::HexagonPacketizerList
947 Dependence = false;
1027 Dependence = true;
1033 Dependence = true;
1040 Dependence = true;
1045 Dependence = true;
1053 Dependence = true;
1065 Dependence = true;
1072 Dependence = true;
1078 Dependence
[all...]

Completed in 2331 milliseconds