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

/external/swiftshader/third_party/LLVM/lib/CodeGen/
H A DMachineInstr.cpp1179 return !SawStore && !hasVolatileMemoryRef();
1210 /// hasVolatileMemoryRef - Return true if this instruction may have a
1214 bool MachineInstr::hasVolatileMemoryRef() const { function in class:MachineInstr

Completed in 127 milliseconds