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

/external/llvm/lib/VMCore/
H A DInstruction.cpp348 /// mayWriteToMemory - Return true if this instruction may modify memory.
350 bool Instruction::mayWriteToMemory() const { function in class:Instruction
353 case Instruction::Fence: // FIXME: refine definition of mayWriteToMemory

Completed in 95 milliseconds