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

  /external/llvm/lib/IR/
Instruction.cpp 434 /// mayWriteToMemory - Return true if this instruction may modify memory.
436 bool Instruction::mayWriteToMemory() const {
439 case Instruction::Fence: // FIXME: refine definition of mayWriteToMemory
  /external/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 477 bool mayWriteToMemory() const {
479 return Inst->mayWriteToMemory();
711 if (Inst->mayWriteToMemory()) {
    [all...]

Completed in 64 milliseconds