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

/external/llvm/lib/IR/
H A DInstruction.cpp412 /// mayReadFromMemory - Return true if this instruction may read memory.
414 bool Instruction::mayReadFromMemory() const { function in class:Instruction
419 case Instruction::Fence: // FIXME: refine definition of mayReadFromMemory
/external/llvm/lib/Transforms/Scalar/
H A DEarlyCSE.cpp473 bool mayReadFromMemory() const { function in class:__anon12913::EarlyCSE::ParseMemoryInst
475 return Inst->mayReadFromMemory();
644 if (Inst->mayReadFromMemory() &&
645 !(MemInst.isValid() && !MemInst.mayReadFromMemory()))
677 assert(Inst->mayReadFromMemory() && "relied on to prevent DSE above");

Completed in 227 milliseconds