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

/external/llvm/lib/IR/
H A DInstruction.cpp401 /// mayReadFromMemory - Return true if this instruction may read memory.
403 bool Instruction::mayReadFromMemory() const { function in class:Instruction
408 case Instruction::Fence: // FIXME: refine definition of mayReadFromMemory

Completed in 88 milliseconds