HomeSort by relevance Sort by last modified time
    Searched defs:mayWriteToMemory (Results 1 - 3 of 3) sorted by null

  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instruction.cpp 333 /// mayWriteToMemory - Return true if this instruction may modify memory.
335 bool Instruction::mayWriteToMemory() const {
338 case Instruction::Fence: // FIXME: refine definition of mayWriteToMemory
  /external/llvm/lib/IR/
Instruction.cpp 501 /// mayWriteToMemory - Return true if this instruction may modify memory.
503 bool Instruction::mayWriteToMemory() const {
506 case Instruction::Fence: // FIXME: refine definition of mayWriteToMemory
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 468 bool mayWriteToMemory() const {
470 return Inst->mayWriteToMemory();
738 if (Inst->mayWriteToMemory()) {
    [all...]

Completed in 74 milliseconds