Home
last modified time | relevance | path

Searched refs:hasVolatileMemoryRef (Results 1 – 3 of 3) sorted by relevance

/external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
DMachineInstr.h483 bool hasVolatileMemoryRef() const;
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DMachineInstr.cpp1179 return !SawStore && !hasVolatileMemoryRef(); in isSafeToMove()
1214 bool MachineInstr::hasVolatileMemoryRef() const { in hasVolatileMemoryRef() function in MachineInstr
DScheduleDAGInstrs.cpp423 (MI->hasVolatileMemoryRef() && in BuildSchedGraph()