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

/external/llvm/include/llvm/CodeGen/
H A DScheduleDAG.h198 /// isNormalMemory - Test if this is an Order dependence between two
201 bool isNormalMemory() const { function in class:llvm::SDep
/external/llvm/lib/CodeGen/
H A DScheduleDAGInstrs.cpp638 bool isNormalMemory = false) {
643 SDep Dep(SUa, isNormalMemory ? SDep::MayAliasMem : SDep::Barrier);

Completed in 56 milliseconds