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

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

Completed in 215 milliseconds