Searched defs:isNormalMemory (Results 1 - 1 of 1) sorted by relevance

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h69 /// isNormalMemory - True if both sides of the dependence
71 bool isNormalMemory : 1; member in struct:llvm::SDep::__anon8451::__anon8452
99 bool isNormalMemory = false, bool isMustAlias = false,
115 Contents.Order.isNormalMemory = isNormalMemory;
131 return Contents.Order.isNormalMemory ==
132 Other.Contents.Order.isNormalMemory &&
193 /// isNormalMemory - Test if this is an Order dependence between two
196 bool isNormalMemory() const { function in class:llvm::SDep
197 return getKind() == Order && Contents.Order.isNormalMemory;
[all...]

Completed in 114 milliseconds