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

/external/llvm/lib/IR/
H A DInstruction.cpp434 /// mayWriteToMemory - Return true if this instruction may modify memory.
436 bool Instruction::mayWriteToMemory() const { function in class:Instruction
439 case Instruction::Fence: // FIXME: refine definition of mayWriteToMemory
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp477 bool mayWriteToMemory() const { function in class:__anon12483::EarlyCSE::ParseMemoryInst
479 return Inst->mayWriteToMemory();
711 if (Inst->mayWriteToMemory()) {

Completed in 93 milliseconds