HomeSort by: relevance | last modified time | path
    Searched defs:mayWriteToMemory (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
InstructionPrecedenceTracking.h 131 bool mayWriteToMemory(const BasicBlock *BB) {
  /src/external/apache2/llvm/dist/llvm/lib/IR/
Instruction.cpp 563 bool Instruction::mayWriteToMemory() const {
566 case Instruction::Fence: // FIXME: refine definition of mayWriteToMemory
  /src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
EarlyCSE.cpp 790 bool mayWriteToMemory() const {
793 return Inst->mayWriteToMemory();
1001 // onlyReadsMemory(), mayReadFromMemory(), and mayWriteToMemory() in this pass
1521 if (Inst.mayWriteToMemory()) {

Completed in 26 milliseconds